mirror of
https://github.com/fluencelabs/wasm-module-name
synced 2025-03-15 11:40:50 +00:00
316 B
316 B
wasm-module-name
Console utility to show and change optional Wasm module names
Usage
The utility supports show
and set
commands:
~ $ 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