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
I'd like to use ruby.wasm as a sandboxed interpreter in browser i.e. just for pure computation with restricted DOM access because it executes untrusted code.
I'm a novice in the WebAssembly world, so it'll take time to read the whole code base of ruby.wasm for me. Therefore, I'm asking such a question beforehand in case someone already knows the answer...