Live data from Hacker News

Clang runs in the browser and compiles C++ to WebAssembly

tbfleming.github.io

1–10 of 318 posts

Re: Clang runs in the browser and compiles C++ to WebAssembly

#5

People might not like it but i really think native apps are going to die once everyone figures out how to optimize this crazy web stack.

I agree, once browser get a good grip on CPU parallelism things will probably be all downhill from there.

Re: Clang runs in the browser and compiles C++ to WebAssembly

#7

People might not like it but i really think native apps are going to die once everyone figures out how to optimize this crazy web stack.

Isn't WebAssembly a VM inside browser ?

If so, I am skeptical especially with end of moore's law.

Edit: I was a bit mis-informed, the design document is an interesting read.. https://github.com/WebAssembly/design/blob/master/Rationale....

Re: Clang runs in the browser and compiles C++ to WebAssembly

#8
post #2

So Clang itself was compiled to WebAssembly? That's slick, even if it does take forever to load.

2mins or so. Not bad.

2 minutes is truly forever on the web. I found myself wondering if there was something wrong with the page.

Re: Clang runs in the browser and compiles C++ to WebAssembly

#9

People might not like it but i really think native apps are going to die once everyone figures out how to optimize this crazy web stack.

I agree, once browser get a good grip on CPU parallelism things will probably be all downhill from there.

How many threads do you think the browsers will allow on a single page?
Post reply on HN