era / malleable-checker

A PoC for a malleable alarm system where users write scripts that run on WASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test using Ruby on Wasm as the DSL for the checker

era opened this issue · comments

Letting users write their scripts in Ruby will allow us to use Wasm. Wasm is easier to sandbox so it may be the best option to make sure the scripts are safe to execute

not doing it, the sandbox is nice, but maybe trying it out with a language that does not need an interpreter on top of wasm (the branch where I tried something out: https://codeberg.org/era/malleable-checker/compare/main...ruby )