Skip to content
/ wasmdis Public

Generate annotated disassembly of the compiled native code spidermonkey generates for a wasm module

License

Notifications You must be signed in to change notification settings

kg/wasmdis

Repository files navigation

WasmDis

Usage

wasmdis module-file output-directory [regex] [tier]

where module-file is the path of a .wasm module,

output-directory is a directory for storing the output of the tool,

regex is an optional .NET regular expression used to filter functions,

and tier specifies which spidermonkey codegen tier you want. ion is the high quality background tier which should generate smaller/faster code, but the other tiers matter too.

Prerequisites

You need to have jsvu installed and make sure you've pulled down a build of spidermonkey using it so that you have a ~/.jsvu/sm.

About

Generate annotated disassembly of the compiled native code spidermonkey generates for a wasm module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published