| commit | 735aff1a74f4a3eee00f9adc428277af74dfe344 | [log] [tgz] |
|---|---|---|
| author | Andreas Haas <[email protected]> | Thu Dec 10 14:19:33 2015 |
| committer | Andreas Haas <[email protected]> | Thu Dec 10 14:19:33 2015 |
| tree | 2d7d3c6b49f53c5683fc4586aa3d10c92323262c | |
| parent | 7db6b5d3e7a5ab8d2b4bb7eebeacdccf67c1893f [diff] |
code cleanup
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
mkdir v8 cd v8 fetch v8 cd v8
ln -fs $PWD/../../v8-native-prototype third_party/wasm ln -fs $PWD/../../v8-native-prototype test/mjsunit/wasm