bytecodealliance / bytecodealliance/wasm-tools
`wasm-tools print --skeleton` with no core modules
Open
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 351
- Avg merge
- 16h 57m
- Merged PRs (30d)
- 38
Description
Often times when debugging, I find myself looking at the pieces of a component that are related directly to the component model and wishing to skip over `core module`s. This would be particularly helpful when core module functions have names which contain substrings of component extern items as simple string searches often turn up component related items along with core module functions.
Would it make sense to provide an option to elide core modules with something like `(core module (;0;) ...)`?
Contributor guide
Assessment
This issue has not been assessed yet.