wasm-pack-template
wasm-pack-template copied to clipboard
a template for starting a rust-wasm project to be used with wasm-pack
The claim made by the comment is no longer true. Closes #64
### Describe the Bug https://github.com/rustwasm/wasm-pack-template/blob/a773f5eaa8a4b848b0cce87d30bcb2536f0d976b/Cargo.toml#L26 `wee_alloc` works fine on stable. This appears to have changed around three years ago.
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
The target setting in the cargo config can provide IDEs with an understanding of which target-specific code insight to show in the project. Both IntelliJ Rust and rust-analyzer respect this...
### Describe the Bug I hit what I believe is https://github.com/rustwasm/wasm-pack/issues/886 while working through the Game of Life tutorial. I have pushed my current code state here: https://github.com/szunami/hello_rust_wasm/commit/50ab3561207a5ce18a86819393b76284c1ca8e40 I am...
Removes comment that indicates that wee_alloc requires nightly rust, a…s it no longer does
As reported in https://github.com/rustwasm/wasm-pack/issues/789, README.md rendering on npmjs.com is unnatural, so this PR fixed it.
### Describe the Bug I'm new to Rust and WASM, and have been using this template to learn both. As my project grew, so did my build times, but Rust...
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...