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
I found the size of wasm file did not change a bit.
I think the reason of a huge size of output wasm file and js file is: rustc does not pass any options to emcc, so emcc will generate codes with default options (include all runtime code).
See rust-lang/rust#45905 and https://www.hellorust.com/setup/wasm-target/.
FYI, https://github.com/alexcrichton/wasm-gc may reduce the output size.
The text was updated successfully, but these errors were encountered: