WASM Runtime #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Everyone knows that WASM is the future for sandboxing code to make it safe.
It is highly desirable that as much of this code run in WASM as possible, so that the attack surface is minimized. This is a security oriented project, after all.
This means you would need some (rust or C++) shim for the networking part since WASM has no system APIs.
See wasm-pack tool for compiling rust to wasm.
The text was updated successfully, but these errors were encountered: