wasm-module-name 0.1.1

Console utility to show and change Wasm module names
wasm-module-name-0.1.1 is not a library.

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 is <no-name>

~ $ wasm-module-name set test.wasm test

~ $ wasm-module-name show test.wasm
The module name is test