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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

VS Code Extensions and WebAssembly

1 点作者 soheilpro大约 1 年前

1 comment

jmillikin大约 1 年前
Calling WASM from VS Code has been possible for a few years: <a href="https:&#x2F;&#x2F;john-millikin.com&#x2F;extending-vscode-with-webassembly" rel="nofollow">https:&#x2F;&#x2F;john-millikin.com&#x2F;extending-vscode-with-webassembly</a><p>The news-worthy part of the link seems to be WASI support -- instead of coding against a C-style API with low-level primitives (shared memory), WASI enables higher-level bindings to be synthesized at runtime from WIT IDL.<p>Not sure I&#x27;d want to be building extensions against a v0.2 of a web specification, though. That&#x27;s a pretty fast-moving target. It would be more reasonable once WASI has stabilized the FFI layer (maybe by reducing time spent on the pseudo-posix stuff).