wasm-nm 0.2.1

Print the symbols that are imported in and exported from a wasm file.
Documentation
1
2
3
4
5
6
To regenerate the wasm files:

```
$ rustc +nightly --target wasm32-unknown-unknown -O -g ./hello.rs
$ wasm-gc hello.wasm small-hello.wasm
```