modules
modules copied to clipboard
Forwards compatibility with WASI/WASM
It seems we have some research to do about how WASI expects to run as entry points vs modules. This is just a tracking issue for now to figure out forwards compatibility for node ./foo.wasm or node ./foo.wasi w/e we need to do.
CC: @cjihrig
- https://github.com/nodejs/node/pull/31021 appears to need to be done to ensure we don't load
node bin/foo.wasmas ESM like we currently do.
cross ref: https://github.com/WebAssembly/esm-integration/issues/32