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

Update template to use webpack v5.98.0 to support Rust 1.82+

Open denis-sh opened this issue 8 months ago • 0 comments

Starting from Rust 1.82.0 (released 2024-10-17) Reference types are enabled for WebAssembly target by default.

Reference types are not supported by older webpack versions, see issue #191 for more details. Support for WebAssembly Reference types was added in webpack v5.97.0.

denis-sh avatar Feb 22 '25 16:02 denis-sh