bytecodealliance / jco

JavaScript tooling for working with WebAssembly Components
https://bytecodealliance.github.io/jco/
Apache License 2.0
571 stars 53 forks source link

Update Outdated Docs #458

Closed danbugs closed 4 days ago

danbugs commented 4 days ago

This removes the reference to --enable-stdout, which isn't a CLI option since around 1.2.0.

W/ this said, it looks like --enable-stdout was removed when --disable-features was added. Does that imply stdout is now enabled by default? I was trying to test that out and couldn't get console.log to work. Submitted an issue to discuss it here: https://github.com/bytecodealliance/jco/issues/457 .