Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Top 5 Rust Sandbox Projects
-
https://github.com/firecracker-microvm/firecracker is the one that comes to mind, but most of these are internal.
-
Project mention: Wasix, the Superset of WASI Supporting Threads, Processes and Sockets | news.ycombinator.com | 2023-05-30
WASI has been in Preview1 for a couple of years now, indeed. However, Preview2 is well underway and the initial implementation is scheduled to land in wasmtime this June.
-
CodiumAI
TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
-
kuasar
An efficient container runtime that provides cloud-native, all-scenario multiple sandbox container solutions.
Project mention: The advantage of WASM compared with container runtimes | news.ycombinator.com | 2023-05-28Right now most early examples alas boot a container with a wasm runtime for each wasm instance, which is a sad waste. The whole advantage of wasm should be very lightweight low overhead wasm runtime instances atop a common wasm process. Having a process or container for each instance loses a ton of the benefit, makes it not much better than a regular container.
Thankfully there is work like the Containerd Sandbox API which enables new architectures like this. https://github.com/containerd/containerd/issues/4131
It's still being used to spawn a wasm processes per instance for now, but container runtime project Kuasar is already using the Sandbox API to save significant resources, and has already chimed in in comments on HN to express a desire to have shared-process/multi-wasm-instamxe runtimes, which could indeed allow sub ms spawning that could enable instance per request architectures. https://github.com/kuasar-io/kuasar
-
sandbox
⏳ A Command-Line Sandbox Tester for Different Programming Languages (by the-sandbox-project)
Project mention: Sandbox: A Command-Line Sandbox Tester for Different Programming Languages | news.ycombinator.com | 2023-05-12 -
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
Rust Sandbox related posts
- Sandbox: A Command-Line Sandbox Tester for Different Programming Languages
- What if JIT was part of the standard library?
- VSCode-WASM: Implement a first version of a WebShell
- cranelift: Better heuristics for instruction scheduling
- Making save states for any program?
- Polkadot Digest 10 Mar 2023
- Hobi Go projekat
-
A note from our sponsor - SonarLint
www.sonarlint.org | 31 May 2023
Index
What are some of the best open-source Sandbox projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | firecracker | 21,667 |
2 | wasmtime | 12,288 |
3 | kuasar | 778 |
4 | sandbox | 5 |
5 | rusty-city | 1 |