Skip to content

run-wasm-example.sh not working | 'remaining data [25]' #2115

Answered by sotrh
sotrh asked this question in Q&A
Discussion options

You must be logged in to vote

So the problem was that cargo was pulling the latest release of wasm-bindgen. The fix was to use wasm-bindgen = "=0.2.76" in the wgpu Cargo.toml to force cargo to use 0.2.76.

Changing wgpu-hal to specify 0.2.76 might fix it as well. I haven't checked.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@sotrh
Comment options

@sotrh
Comment options

@sotrh
Comment options

@sotrh
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by sotrh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants