Skip to content

Instantly share code, notes, and snippets.

@emilbayes
Created November 6, 2018 15:11
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/51b10c33e18689e0d38b011755c13bd2 to your computer and use it in GitHub Desktop.
Save emilbayes/51b10c33e18689e0d38b011755c13bd2 to your computer and use it in GitHub Desktop.

WebAssembly Workshop at NodeConfEU 2018

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