Skip to content

Instantly share code, notes, and snippets.

@emilbayes
Last active November 6, 2018 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilbayes/59af7ea5adc87b79d20353007edb0533 to your computer and use it in GitHub Desktop.
Save emilbayes/59af7ea5adc87b79d20353007edb0533 to your computer and use it in GitHub Desktop.

Preparation:

  • Have a recent version of Node (8+)

  • Run npm install -g wat2wasm wat2js to have the compiler installed globally

  • Install a WebAssembly language pack for your editor (the one for Atom is nice)

  • Optional: Install parinfer, which will help you managing brackets when writing WAT: https://shaunlebron.github.io/parinfer/#editor-plugins

    .

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