sdk-js
JavaScript / TypeScript SDK for building Astrid OS capsules
sdk-js is a JavaScript and TypeScript SDK for building Astrid capsules. It gives developers a way to create capsule binaries that match the same WIT contract, WASI P2 Component Model output, and archive format used by the Rust SDK. The project is designed so the Astrid runtime can treat capsules the same regardless of whether they were built in JavaScript, TypeScript, or Rust. Its developer experience is shaped around familiar JavaScript patterns such as Node-style file APIs, WHATWG conventions, and event-driven behavior. The SDK adds typed ergonomics over the lower-level host ABI, making capsule development easier for web and Node developers. ...