• Stars
    star
    186
  • Rank 205,949 (Top 5 %)
  • Language
    C++
  • License
    Other
  • Created over 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Prototype native decoder that targets TurboFan

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