Closed logaan closed 4 days ago
Thanks for posting, I've transferred this to ComponentizeJS - may be an issue with the latest WASI update that we don't strip all the imports. We should get this fixed for the next release.
This should now be resolved by https://github.com/bytecodealliance/ComponentizeJS/pull/162.
Thank you! I'll test it out next time there's a release.
When I run
jco componentize
with--disable all
orI still end up with a wasm file that imports
wasi:io/poll
.jco version is 1.7.2. Running on macos.
My source file is:
wit is
and build call is
I'm using
wepl
to check.imports
and seeing poll that way.