https://github.com/fluencelabs/wasm-module-name
Console utility to show and change Wasm module names
https://github.com/fluencelabs/wasm-module-name
wasm webassembly
Last synced: 12 months ago
JSON representation
Console utility to show and change Wasm module names
- Host: GitHub
- URL: https://github.com/fluencelabs/wasm-module-name
- Owner: fluencelabs
- License: apache-2.0
- Created: 2019-03-23T17:21:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T11:36:40.000Z (almost 7 years ago)
- Last Synced: 2025-06-09T02:23:28.213Z (about 1 year ago)
- Topics: wasm, webassembly
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasm-module-name
Console utility to show and change optional Wasm module name
## Usage
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
```