You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am "rust-native-wasm-loader" to build and load wasm created by "wasm-bindgen". This development system creates es6 interface for wasm. With webpack 3, I have to play games with promises, async and yield , with webpack 4 it works out of the box.
Also webpack 4 is faster.
What does the proposed API look like?
Webpack 4 makes it easier to to load wasm libraries and builds are faster.