We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's try mentioned example for use with string, that's absolute straightforward. Component compiles well, but issuing
wasm-tools component wit target/wasm32-wasip1/release/adder.wasm
command produce really big file filled with a lot of imports and references to standard WASI worlds:
package root:component; world root { import wasi:cli/[email protected]; import wasi:cli/[email protected]; import wasi:io/[email protected]; import wasi:io/[email protected]; import wasi:cli/[email protected]; import wasi:cli/[email protected]; import wasi:cli/[email protected]; import wasi:clocks/[email protected]; import wasi:filesystem/[email protected]; import wasi:filesystem/[email protected]; export docs:adder/[email protected]; }
and that continues for several screens. Why?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Let's try mentioned example for use with string, that's absolute straightforward. Component compiles well, but issuing
wasm-tools component wit target/wasm32-wasip1/release/adder.wasm
command produce really big file filled with a lot of imports and references to standard WASI worlds:
and that continues for several screens. Why?
The text was updated successfully, but these errors were encountered: