An open API service indexing awesome lists of open source software.

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

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
```