Live data from Hacker News

V8 Release 5.1

v8project.blogspot.com

1–10 of 62 posts

Re: V8 Release 5.1

#2
"WASM

5.1 has a preliminary support for WASM. You can enable it via the flag --expose_wasm in d8. Alternatively you can try out the WASM demos with Chrome 51 (Beta Channel)."

The future is coming fast.

Re: V8 Release 5.1

#4
post #2

"WASM 5.1 has a preliminary support for WASM. You can enable it via the flag --expose_wasm in d8. Alternatively you can try out the WASM demos with Chrome 51 (Beta Channel)." The future is coming fast.

Y but how long will it take to get to the point where enough users have browsers that support WASM ? 10 years?

Re: V8 Release 5.1

#5
post #4
post #2

"WASM 5.1 has a preliminary support for WASM. You can enable it via the flag --expose_wasm in d8. Alternatively you can try out the WASM demos with Chrome 51 (Beta Channel)." The future is coming fast.

Y but how long will it take to get to the point where enough users have browsers that support WASM ? 10 years?

Even if that's the case, I hope to still be a developer in 10 or 15 years from now, and I'm betting people will still be using the internet then too.

Re: V8 Release 5.1

#6
In case anyone is wondering, NodeJS v6 is right around the corner with V8 5.x. Node is going to get a serious boost of ES2015 features.

Including but not limited to: Proper tail recursion (^_^) and destructuring.

Tracked at http://node.green

We don't have an ES2015 features page up to date yet, but it's going to be ready any day now (and we're going to link to node.green anyway most likely).

Re: V8 Release 5.1

#7
post #5
post #4

Earlier quoted context omitted.

Y but how long will it take to get to the point where enough users have browsers that support WASM ? 10 years?

Even if that's the case, I hope to still be a developer in 10 or 15 years from now, and I'm betting people will still be using the internet then too.

Yep just wish things could move along faster :)

Re: V8 Release 5.1

#8
post #4
post #2

"WASM 5.1 has a preliminary support for WASM. You can enable it via the flag --expose_wasm in d8. Alternatively you can try out the WASM demos with Chrome 51 (Beta Channel)." The future is coming fast.

Y but how long will it take to get to the point where enough users have browsers that support WASM ? 10 years?

There will be a polyfill for unsupported browsers. It should be easy to convert most, if not all wasm to asm.js, which can be executed by any browser with typed arrays
Post reply on HN