A secure, capability-limited runtime for agent-native, local-first applications. Single binary, zero dependencies, runs anywhere.
Stars
17
Forks
1
Watchers
17
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
293
commits
Add texture/image examples, WASM image helpers, update all docs
83d67f6View on GitHubFix GPU texture build: forward declarations for texture desc parsers
1c9bcaaView on GitHubFix GPU texture build: add forward declarations for texture functions
c732a48View on GitHubAdd GPU texture support: persistent textures, dispatch binding, readback
453eebfView on GitHubFix CI: add MSan flags for stb, exclude stb from scan-build
2bfb58cView on GitHubAdd image module: codec vtable, stb_image, Lua/JS bindings
8a9c9c3View on GitHubFix 9 audit findings: allocator mismatch, linker allowlist, UDF leaks
327c10aView on GitHubFix UDF destroy callbacks: don't access dead Lua/JS runtime
853f39fView on GitHubAdd UDF example app, document UDFs and streaming in README/CLAUDE/AGENTS
68035dcView on GitHubAdd db.udf: SQL user-defined functions backed by Lua/JS or WASM
b2b5a70View on GitHubUpdate Phase 9 design: db.udf API, Lua/JS + WASM backends, async limits
7df4deeView on GitHub