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 am having a problem where updating the wasm-bindgen is causing there to be no all-is-cubes-wasm/dist/*.wasm output. Further investigation is needed, but I'm filing this issue to start making notes.
Presumably it is some kind of change in how wasm-bindgen interacts with wasm-pack and/or webpack. I've been thinking about getting rid of webpack since I'm not bundling other JS libraries, so that might be one solution.
My cargo installed versions of wasm-bindgen-cli and wasm-pack are up-to-date (0.2.84 and 0.10.3).
The text was updated successfully, but these errors were encountered:
I am having a problem where updating the
wasm-bindgen
is causing there to be noall-is-cubes-wasm/dist/*.wasm
output. Further investigation is needed, but I'm filing this issue to start making notes.Presumably it is some kind of change in how wasm-bindgen interacts with wasm-pack and/or webpack. I've been thinking about getting rid of webpack since I'm not bundling other JS libraries, so that might be one solution.
My
cargo install
ed versions ofwasm-bindgen-cli
andwasm-pack
are up-to-date (0.2.84 and 0.10.3).The text was updated successfully, but these errors were encountered: