Clone this repo:

Branches

  1. 1d9ddff Merge pull request #109 from gahaas/patch-1 by JF Bastien · 9 years ago master
  2. 122ef0c Add comment that this code has moved into the v8 repo by gahaas · 9 years ago
  3. 1813a67 Merge pull request #105 from aseemgarg89/master by Brad Nelson · 9 years ago
  4. 032faa8 add init function by Aseem Garg · 9 years ago
  5. 5981e06 Merge pull request #104 from gahaas/fix-machine-type by titzer · 9 years ago

The code of this project has been moved into the
V8 repository.

WebAssembly V8 Native Prototype

This repository contains additional source code needed to build a prototype implementation of WebAssembly incorporated into V8.

To build:

git clone https://github.com/WebAssembly/v8-native-prototype.git
  • Checkout V8:
mkdir v8
cd v8
fetch v8
cd v8
  • Add symlinks to prototype from v8:
ln -fs $PWD/../../v8-native-prototype third_party/wasm
ln -fs $PWD/../../v8-native-prototype test/mjsunit/wasm
  • make x64.debug wasm=on