wasm-nm
List the imported and exported symbols within a wasm file.
Executable
To install the wasm-nm executable, run
$ cargo install wasm-nm
For information on using the wasm-nm executable, run
$ wasm-nm --help
Library
To use wasm-nm as a library, add this to your Cargo.toml:
[]
# Do not build the executable.
= false
See docs.rs/wasm-nm for API documentation.
License
Licensed under either of
at your option.
Contributing
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

