Show HN: Sandboxing untrusted code using WebAssembly
Source: Hacker News
Introduction
Hi everyone,
I built a runtime to isolate untrusted code using wasm sandboxes. Basically, it protects your host system from problems that untrusted code can cause.
Related Discussion
We’ve had a great discussion about sandboxing in Python lately that elaborates a bit more on the problem [1].
TypeScript Integration
In TypeScript, wasm integr…