Console utility to show and change optional Wasm module names
The utility supports show
and set
commands:
```bash
~ $ wasm-module-name show test.wasm
The module name is
~ $ wasm-module-name set test.wasm test
~ $ wasm-module-name show test.wasm The module name is test ```