yryrgogo / wasm-runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasm-runtime

implements the WebAssembly runtime with Rust.

tool

check Wasm bytecode

od -tx1 hoge.wasm

Disassemble function body

wasm-objdump -d hoge.wasm

Print raw section contents

wasm-objdump -s hoge.wasm

About


Languages

Language:Rust 97.8%Language:WebAssembly 1.5%Language:JavaScript 0.6%Language:Shell 0.1%