Skip to content

Show exported function names form wasm files, using wasmer

Notifications You must be signed in to change notification settings

chikai-io/wasmer-exports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wasmer-Exports

Utility that uses wasmer to show exported function names from wasm files.

Install

To build the binary and add it to ~/.cargo/bin/:

$ git clone https://github.com/chikai-io/wasmer-exports.git
$ cd wasmer-exports
$ cargo install --path .

Usage

From a wasm file:

$ wasmer-exports /path/to/file.wasm
file: /home/thiago-keyko/r/near/examples/rust-fungible-token/res/fungible_token.wasm
new
set_allowance
transfer_from
transfer
get_total_supply
get_balance
get_allowance

Recursively show from wasm files from the current directory:

$ wasmer-exports -r .

Related Issues on the Near Ecossystem

About

Show exported function names form wasm files, using wasmer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages