Skip to content

Instantly share code, notes, and snippets.

@siiky
Last active August 17, 2019 09:53
Show Gist options
  • Save siiky/2518819adf304339e314a9c7fea4dc31 to your computer and use it in GitHub Desktop.
Save siiky/2518819adf304339e314a9c7fea4dc31 to your computer and use it in GitHub Desktop.

WebAssembly

Notes and resources for WebAssembly in general.

Resources

WebAssembly System Interface

Using/Programming/Running WebAssembly for non-web.

Utilities

wasm2wat

Convert .wasm (binary format) to .wat (sexp text format).

wat2wasm

Convert .wat (sexp text format) to .wasm (binary format).

wasmtime

Run wasm code, with no browser or JS bs.

Resources

Getting started:

Documentation:

Tools:

  • WABT: Utilities to convert between binary & text format, and others
  • wasmtime: Standalone wasm VM, to run with no browser nor JS bs

Examples:

May also be of interest:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment