I’ve been using https://t.co/OL0LzGtvAw as my daily driver and it’s a one-way street. It’s 10-20x s...
fx是Vercel开发的轻量级代码工具,体积仅为主流CLI的1/20,支持WebAssembly嵌入浏览器,开源且模型无关。
入选理由:fx体积比主流CLI小10-20倍,启动速度极快
概念
别名:Wasm
用于在浏览器中运行fx的嵌入技术。
已跟踪 7 条高相关材料
最近变化
2026-08-18 · fx体积比主流CLI小10-20倍,启动速度极快
为什么值得关注
WebAssembly 被反复提及时,通常意味着它正在影响产品路线、开发者工作流或 AI 产业判断。这个页面把分散材料合并成一个可持续更新的观察入口。
I’ve been using https://t.co/OL0LzGtvAw as my daily driver and it’s a one-way street. It’s 10-20x s...
Guillermo Rauch(@rauchg) · 8.5 分
fx是Vercel开发的轻量级代码工具,体积仅为主流CLI的1/20,支持WebAssembly嵌入浏览器,开源且模型无关。
What Is ONNX? (And Why Transformers.js Uses It)
Hugging Face · 8.5 分
ONNX 是一种开放的神经网络交换格式,使模型在不同平台和设备上高效运行,Transformers.js 通过 ONNX 实现跨平台兼容性。
Running Python code in a sandbox with MicroPython and WASM
Simon Willison's Weblog · 8.5 分
通过将 MicroPython 编译为 WebAssembly 并使用 wasmtime,作者实现了一个可在 Python 应用中安全执行插件代码的沙箱,满足内存/CPU 限制、文件/网络访问控制以及主机函数交互等需求。
已收录 7 条与 WebAssembly 相关的内容,按评分排序。
fx是Vercel开发的轻量级代码工具,体积仅为主流CLI的1/20,支持WebAssembly嵌入浏览器,开源且模型无关。
入选理由:fx体积比主流CLI小10-20倍,启动速度极快
ONNX 是一种开放的神经网络交换格式,使模型在不同平台和设备上高效运行,Transformers.js 通过 ONNX 实现跨平台兼容性。
入选理由:ONNX 是一种开放标准,用于存储模型架构和权重。
By compiling MicroPython to WebAssembly and running it in wasmtime, the author creates a sandbox that safely executes plugin code within Python applications, enforcing memory/CPU limits, file/network access control, and host function interaction.
入选理由:MicroPython 被编译为 WASM 后可在 wasmtime 中运行,提供与原生 Python 相同的语法和标准库。
This article provides a detailed guide on how to write, test, and deploy your first WebAssembly program and web app entirely within the browser, without installing any software.
入选理由:WebAssembly 允许 C、C++ 和 Rust 等编译语言直接在浏览器中以接近原生速度运行。
LlamaIndex’s LiteParse WASM package enables direct PDF parsing in browser and edge runtimes like Cloudflare Workers, requiring under 25 lines of code for text extraction and page count.
入选理由:LiteParse 基于 WebAssembly,支持在 Cloudflare Workers 上直接运行 PDF 解析器,无需后端服务。
micropython-wasm 0.1a2 has released a new Command Line Interface (CLI) to simplify running a MicroPython sandbox in WebAssembly and support the 'Try it yourself' section.
入选理由:micropython-wasm 0.1a2 版本新增了 CLI 功能,方便用户在 WebAssembly 环境中运行 MicroPython。
luau-wasm 0.1a0 是 Luau 的 WebAssembly 实现,用于 Pyodide,但文章信息密度较低。
入选理由:luau-wasm 0.1a0 是 Luau 的 WebAssembly 实现。