chiark / gitweb /
Merge pull request #1 from winksaville/tweaks
[otter.git] / README.md
1 # WebAssembly Types
2 Typescript declaration for WebAssembly JS API
3
4 NOTE: Node.js v8.0.0 is the first version that will
5 support WebAssembly MVP. Since it's not yet released
6 we assume its been downloaded or compiled locally
7 and the executable is ../node/node. According to
8 [this](https://github.com/nodejs/node/issues/12090#issuecomment-289755110)
9 v8.0.0 should be released by end of April 2017.
10
11 I tested by compiling [node](https://github.com/nodejs/node)
12 from sources on master branch at sha1
13 [c68da89694b1ff4682131ed6b825e596188cc4ed](https://github.com/nodejs/node/commit/c68da89694b1ff4682131ed6b825e596188cc4ed)