rust-webpack-template icon indicating copy to clipboard operation
rust-webpack-template copied to clipboard

Kickstart your Rust, WebAssembly, and Webpack project!

Results 32 rust-webpack-template issues
Sort by recently updated
recently updated
newest added

Starting from [Rust 1.82.0](https://releases.rs/docs/1.82.0/) (released 2024-10-17) [Reference types](https://webassembly.github.io/reference-types/core/syntax/types.html#reference-types) are enabled for WebAssembly target by default. Reference types are not supported by older webpack versions, see issue #191 for more details....

### Describe the Bug webpack v4 used in this template fails to parse WASM file generated by Rust 1.82+. ### Steps to Reproduce 1. `rustup default 1.82.0` 2. `npm run...

bug