This stubs out the unused WASI APIs used in Spidermonkey as they are mostly unused.
By default, this disables console.log from printing to stdout, with a new option, enableStdout: bool to reenable logging which then brings back in the WASI dependence. In future this should be using wasi logging directly.
This stubs out the unused WASI APIs used in Spidermonkey as they are mostly unused.
By default, this disables
console.log
from printing to stdout, with a new option,enableStdout: bool
to reenable logging which then brings back in the WASI dependence. In future this should be using wasi logging directly.