create-wasm-app
create-wasm-app copied to clipboard
Bump webpack to v5
Closes #176
Tactic
Use syncWebAssembly: true to get the same behavior as v4, albeit it is deprecated.
See this issue on webpack repository for why we cannot set asyncWebAssembly: true:
https://github.com/webpack/webpack/issues/11347
@fitzgen
Hello, do you have time to look at this?