wasm-pack-template icon indicating copy to clipboard operation
wasm-pack-template copied to clipboard

Force wasm-bindgen to use 0.2.65

Open chitalian opened this issue 4 years ago • 0 comments

I was going through the (Rust and wasm tutorial)[https://rustwasm.github.io/docs/book/introduction.html] and ran into some issues with wasm-bindgen 0.2.66. Other people are also experiencing (issues here)[https://github.com/rustwasm/wasm-pack/issues/886#issuecomment-665953933]

This change pins wasm-bindgen version to 0.2.65 in accordance to the solution above.

chitalian avatar Sep 26 '20 04:09 chitalian