wasm-module-name/README.md
2019-07-27 21:12:48 +03:00

19 lines
321 B
Markdown

# wasm-module-name
Console utility to show and change optional Wasm module name
## Usage
The utility supports `show` and `set` commands:
```bash
~ $ wasm-module-name show test.wasm
The module name is <no-name>
~ $ wasm-module-name set test.wasm test
~ $ wasm-module-name show test.wasm
The module name is test
```