modules icon indicating copy to clipboard operation
modules copied to clipboard

Forwards compatibility with WASI/WASM

Open bmeck opened this issue 6 years ago • 2 comments

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

bmeck avatar Dec 19 '19 16:12 bmeck

  • https://github.com/nodejs/node/pull/31021 appears to need to be done to ensure we don't load node bin/foo.wasm as ESM like we currently do.

bmeck avatar Dec 19 '19 16:12 bmeck

cross ref: https://github.com/WebAssembly/esm-integration/issues/32

bmeck avatar Dec 19 '19 19:12 bmeck