Skip to content

Nightly 2021-07-25

Pre-release
Pre-release
Compare
Choose a tag to compare
web: Simplify .wasm loading

Use wasm-bindgen's built-in loader instead of relying on Webpack.

This allows to no longer declare .wasm files as resource assets in
each webpack.config.js.

Also the bundled JS is a bit smaller (e.g. demo is now ~88KB vs.
~90KB before).