You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wipes the nanvix backend and every reference to it so the repo reads as if it never existed.
- delete src/nanvix_sandbox/ crate (manifest, lib, examples, Justfile, lockfile)
- drop the nanvix exclude entry and explanatory comment from root Cargo.toml
- drop `mod nanvix` and the `nanvix::build` dependency from the root Justfile
- remove the `nanvix-sandbox` job from .github/workflows/ci.yml
- strip the Nanvix Sandbox section + TOC entry from README.md
- drop the manual-version-bump bullet from RELEASE.md
- rename the slide heading and remove the Nanvix guests section in docs/end-user-overview-slides.md
- scrub the nanvix entries from the justfile-ci copilot skill notes
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
See [examples](./src/javascript_sandbox/examples/) for file I/O and network demos.
197
196
198
-
### Nanvix Sandbox
199
-
200
-
A microkernel-based backend built on [hyperlight-nanvix](https://github.com/hyperlight-dev/hyperlight-nanvix) that runs JavaScript or Python inside a Nanvix VM. Currently limited to basic code execution with stdout capture -- no host tools, file I/O, networking, or snapshot support yet.
0 commit comments