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
PR #68 got rid of most of our usage of ts-rs and serde-wasm-bindgen, with the only remaining usage being to return values from the interpreter. The result was that we cut our Wasm binary size in half. If we get rid of those tools completely then we'll reduce our binary size further, unblock #63, and greatly simplify our build system.
The text was updated successfully, but these errors were encountered:
PR #68 got rid of most of our usage of ts-rs and
serde-wasm-bindgen
, with the only remaining usage being to return values from the interpreter. The result was that we cut our Wasm binary size in half. If we get rid of those tools completely then we'll reduce our binary size further, unblock #63, and greatly simplify our build system.The text was updated successfully, but these errors were encountered: