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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

CoWasm: An alternative to Emscripten, based on Zig (demo: Python in the browser)

130 点作者 BlackFingolfin超过 2 年前

4 条评论

williamstein超过 2 年前
I started this project and can answer any questions about CoWasm.
评论 #33389318 未加载
评论 #33387738 未加载
评论 #33389385 未加载
评论 #33387692 未加载
评论 #33394310 未加载
jitl超过 2 年前
Is this really an alternative to Emscripten? It the README makes it seem 100% Python focused. I want to switch from Emscripten to a more maintainable, modulare WASM build tool - how would I go about porting a simple C->WASM w/ Typescript library project to CoWasm? Does CoWasm support asyncify?
评论 #33387980 未加载
评论 #33392633 未加载
评论 #33387949 未加载
10241024超过 2 年前
Duplicate of this?<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33370434" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33370434</a>
评论 #33386571 未加载
kiwicopple超过 2 年前
Some of the interesting goals from the repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;sagemathinc&#x2F;cowasm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sagemathinc&#x2F;cowasm</a>:<p>- There is no business unfriendly GPL code in CoWasm. CoWasm itself is extremely liberally licensed and business friendly.<p>- Unlike emscripten, we use modern Typescript, our code is more modular, and we make use of existing components when possible (e.g., the nodejs memfs project), instead of using our own.<p>- A core design constraint is to efficiently run on a wide range of platforms, not mainly in the browser like emscripten, and not mainly on servers like wasmer. CoWasm should run on servers, desktops (e.g., as an electron app), an iPad&#x2F;iOS app, and in web browsers.
评论 #33392229 未加载