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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A WebAssembly System Interface Implementation for Deno

90 点作者 caspervonb将近 5 年前

2 条评论

gitgud将近 5 年前
So this can compile other languages to run on deno using Web assembly?<p>Seems like a lot of indirection to emulate the native assembly code. I guess it&#x27;s cross-platform though right?
评论 #23564605 未加载
评论 #23564435 未加载
评论 #23564047 未加载
gutino将近 5 年前
This is amazing and very useful, now you will be able to compile any c++, c, rust app to wasm and run inside Deno, so you can easily distribute to any platform.<p>No need to re-write your current native apps, just compile them to wasm and they can run everywhere!