wasm-module-name/README.md

19 lines
316 B
Markdown
Raw Normal View History

2019-03-25 09:28:00 +03:00
# wasm-module-name
Console utility to show and change optional Wasm module names
2019-04-07 11:11:08 +03:00
## Usage
The utility supports `show` and `set` commands:
```bash
~ $ wasm-module-name show test.wasm
The module name <no-name>
~ $ wasm-module-name set test.wasm test
~ $ wasm-module-name show test.wasm
The module name test
```