List the imported and exported symbols within a wasm file.
To install the wasm-nm
executable, run
text
$ cargo install wasm-nm
For information on using the wasm-nm
executable, run
text
$ wasm-nm --help
To use wasm-nm
as a library, add this to your Cargo.toml
:
```toml [dependencies.wasm-nm]
default-features = false ```
See docs.rs/wasm-nm for API documentation.
Licensed under either of
at your option.
See CONTRIBUTING.md for hacking.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
License: Apache-2.0/MIT