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
When wasm-bindgen generated a large file i.e. (i.e. a 9 Mb debug build) it can take over 50 seconds for webpack to generate a module for the .wasm file that.
When
wasm-bindgen
generated a large file i.e. (i.e. a9 Mb
debug build) it can take over 50 seconds for webpack to generate a module for the.wasm
file that.This is unsustainably large, so we should move our examples to use
--no-modules
as described here https://rustwasm.github.io/wasm-bindgen/examples/no-modules.htmlThe text was updated successfully, but these errors were encountered: