You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduced json marshalling/unmarshalling in #241 and we use the default encoding/json library. Test and compare popular go libaries for json manipulation like tinyjson, easyjson, jsoniter, etc. for compatibility with tinygo, the resulting runtime.wasm size, probably speed aswell.
The text was updated successfully, but these errors were encountered:
We introduced json marshalling/unmarshalling in #241 and we use the default encoding/json library. Test and compare popular go libaries for json manipulation like tinyjson, easyjson, jsoniter, etc. for compatibility with tinygo, the resulting runtime.wasm size, probably speed aswell.
The text was updated successfully, but these errors were encountered: