wasm-nm

Build Status

List the imported and exported symbols within a wasm file.

Executable

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

Library

To use wasm-nm as a library, add this to your Cargo.toml:

```toml [dependencies.wasm-nm]

Do not build the executable.

default-features = 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