T
traeai
Sign in

概念

WebAssembly

别名:WASM

一种可移植的二进制指令格式,用于在浏览器和其他环境中安全执行代码。

已跟踪 4 条高相关材料

TraeAI 观察

相关材料

已收录 4 条与 WebAssembly 相关的内容,按评分排序。

Running Python code in a sandbox with MicroPython and WASM

Running Python code in a sandbox with MicroPython and WASM

Simon Willison's Weblog1988 字 (约 8 分钟)
85

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 相同的语法和标准库。

FeaturedArticle#Python#MicroPython#WebAssembly#Sandbox#wasmtime中文
Your First WebAssembly Program and Web App (Written, Tested, and Deployed Entirely in the Web Browser)

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 等编译语言直接在浏览器中以接近原生速度运行。

FeaturedArticle#WebAssembly#GitHub Codespaces#C#Browser Development英文
When we say “LiteParse runs everywhere,” we mean it.

Our WASM package is lightweight, minimal, and ...

When we say “LiteParse runs everywhere,” we mean it.

LlamaIndex 🦙(@llama_index)208 字 (约 1 分钟)
82

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 解析器,无需后端服务。

FeaturedTweet#WebAssembly#PDF Parsing#Cloudflare Workers#Edge Computing#LlamaIndex英文
Simon Willison's Weblog 图标

Release: micropython-wasm 0.1a2

Simon Willison's Weblog231 字 (约 1 分钟)
65

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。

FeaturedArticle#MicroPython#WebAssembly#CLI#Sandboxing英文

跨材料问答 · WebAssembly

回答基于:WebAssembly 相关 4 条材料
    0 / 500

    AI may generate inaccurate information. Please verify important content.