You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the output of wasm-tools component wit (#1657)
* Improve the `--out-dir` flag of `component wit`
* Lift files in `deps` outside of their folders to be `deps/*.wit`
instead of `deps/*/main.wit` since this structure is now supported.
* Handle multi-package input documents by placing each package in the
main folder.
* Name the main wit file after the package name.
* Add some tests for these cases.
* Print all WIT packages by default
This commit changes the output of `wasm-tools component wit` to by
default output all WIT packages using the multi-package syntax
implemented in #1577. This means that a complete view of the WIT will be
seen when running this command instead of just the top-level world.
* Fix build of fuzzer
* Sanitize output to be more platform agnostic
0 commit comments