mirror of
https://github.com/fluencelabs/wasm-module-name
synced 2025-04-25 15:02:15 +00:00
update readme
This commit is contained in:
parent
dc5f44e83a
commit
8f0780439e
15
README.md
15
README.md
@ -1,3 +1,18 @@
|
|||||||
# wasm-module-name
|
# wasm-module-name
|
||||||
|
|
||||||
Console utility to show and change optional Wasm module names
|
Console utility to show and change optional Wasm module names
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user