wasm-pack-template
wasm-pack-template copied to clipboard
Force wasm-bindgen to use 0.2.65
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.