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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Wazero: The zero dependency WebAssembly runtime for Go developers

167 点作者 ArdelleF大约 3 年前

8 条评论

brancz大约 3 年前
I happen to work on a lot of profiling and debugging tools and I’ve been wondering if the wasm spec has included anything about the “debugability” of wasm binaries. After a quick scan of the table of contents I couldn’t find it but I’d be curious to hear from anyone who might know. I fear that with an explosion of wasm runtimes (this looks super cool but also I think the 4th or 5th wasm runtime I’ve noticed) that debugability will be a nightmare if it’s not in the spec.
评论 #31410310 未加载
评论 #31408258 未加载
评论 #31409715 未加载
评论 #31407176 未加载
评论 #31410871 未加载
skybrian大约 3 年前
Looks like the compiler includes support for amd64 and arm64 code generation. It's unclear if you can compile WASM to assembly at runtime and invoke it? If so, it might be a viable way to implement plugin support.
评论 #31412112 未加载
pbronez大约 3 年前
Could this be used to deploy Go CLI programs as web apps?<p>I haven’t worked with WASM before, but it seems like you should be able to sniff the CLI definition and expose the arguments and flags as basic web components &#x2F; widgets.
评论 #31411789 未加载
评论 #31409628 未加载
irq-1大约 3 年前
Neat! Few questions: whats the compiled size? Any performance numbers? How is it easier to access functions and types from WASM to Go, and vice versa?
评论 #31416336 未加载
mftb大约 3 年前
This looks pretty awesome, zero deps! I was wondering how I was gonna host other languages in my Go programs, this is a contender.
评论 #31410971 未加载
vvern大约 3 年前
I’d love to see benchmarks.
评论 #31411664 未加载
dendellion大约 3 年前
How do y&#x27;all feel about Google shuting down your app by simply suing you over patents from the license?
评论 #31408894 未加载
评论 #31408986 未加载
评论 #31408186 未加载
评论 #31408802 未加载
评论 #31408467 未加载
Shadonototra大约 3 年前
So far Zig, Odin and Go are the best languages for WASM<p>C&#x2F;C++ is a solid choice too thanks to EMSCRIPEN, but it is very slow to compile, and is not very clean solution<p>dotnet is just too big for WASM<p>rust is too complicated slow to program with
评论 #31408492 未加载
评论 #31410021 未加载
评论 #31417477 未加载