TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Run C, C++, Go and Node.js programs as processes in browsers

2 点作者 federicoponzi超过 8 年前

1 comment

hackcrafter超过 8 年前
&gt; Unmodified C, C++, Go, and Node.js programs run as processes on Web Workers<p>Surly they don&#x27;t mean _unmodified_ binaries do they?<p>My guess is that programs must be compiled down to asm.js or WebAssembly, but they provide the compile-time library hooks&#x2F;fake-library-headers&#x2F;runt-time harnesses for those programs to _potentially_ not have source level changes _if_ they stick to the OS call supported subset.<p>Very cool proof of concept, if it really does work and can be generalized, it could be a killer app for the WebAssembly effort!