chiark / gitweb /
Adjust the dates of Node 8 release
[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/pull/12220#issuecomment-294511442)
9 v8.0.0 should be released by end on May 30th 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)