assemblyscript icon indicating copy to clipboard operation
assemblyscript copied to clipboard

Add support for WebAssembly ESM proposal (AKA WebPack `experiments.asyncWebAssembly`, vite-plugin-wasm, etc)

Open segevfiner opened this issue 2 years ago • 1 comments

Feature suggestion

This is a mode that is interoperable with bundlers, and is also supported in node under --experimental-wasm-modules, rather than relying on the bundler packaging the WASM as an asset and knowing to ignore the node specific code.

segevfiner avatar Sep 20 '23 09:09 segevfiner

Excellent idea, but it might take some time for someone to get to this.

CountBleck avatar Sep 20 '23 22:09 CountBleck