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