Skip to content

Instantly share code, notes, and snippets.

@s3ththompson
Last active September 20, 2016 16:25
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s3ththompson/7b58b492b02703a0424b to your computer and use it in GitHub Desktop.
Save s3ththompson/7b58b492b02703a0424b to your computer and use it in GitHub Desktop.
WebAssembly "Hello World" in V8

WebAssembly "Hello World" in V8

🏁 This document aims to show the end-to-end WebAssembly toolchain working in the V8 engine, starting with a "hello world" C source file and ending with code executing at native speed in V8.

This guide is now out of date. See Step by Step on the WebAssembly site for up-to-date instructions.

@gregsimon
Copy link

Seth, I think you want to replace the wasmate.py with s2wasm add.wask > add.wast

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