Closed syke99 closed 10 months ago
one thing to mention, the plugin wasm module in the examples directory will need to be recompiled. I've only currently got a personal Windows machine that's just barely limping along until my replacement laptop comes in 😅
I should mention that encoding/json
also brings in the unicode
tables.
closing in favor of #23 which incorporates these commits. Thank you!
this PR removes the
strings
std package, removing all unicode tables per #14.strings.ToUpper()
is now replaced with anHTTPMethod
"enum" (iota + map). This list of HTTP methods was reimplemented to prevent pulling in the entirenet/http
std package just for a few strings.