@fractalcode/runtime
v2.0.0
Published
Fractal Code Void Environment — WebAssembly sandbox with zero host access for executing .fc cell logic
Maintainers
Readme
@fractal-code/runtime
The Void Environment — a WebAssembly sandbox with zero host capabilities by default. No filesystem, no network, no environment variables, no clock, no entropy. The only data path in or out is through @fractal-code/channels.
The cell's logic body compiles to Wasm (via Javy for JavaScript, or any other language that targets WASI). At runtime, the void imports stub every WASI capability except fd_read (input buffer) and fd_write (stdout/stderr buffers). Channel I/O is opt-in through a bridge fd.
See the Fractal Code repo for full architecture.
License
See LICENSE.
