Closed
Description
Similar to WasmSingleFileBundle
in wasi.
Bundle all the files inside one JS or maybe .wasm as separate, but not 20 files.
Enable users to use 3rd party solutions like webpack.
Currently we use ES6 dynamic import
in runtime code.
In few places we disable webpack on it by /* webpackIgnore: true */
, I'm not sure this is a problem.