2 ms·
This is really cool! How are you sandboxing the tiles and allowing limited JS execution?
by theogravity 9mo ago
This is really cool! How are you sandboxing the tiles and allowing limited JS execution?
- dimden 9mo agoI'm using JS-Interpreter project: https://github.com/NeilFraser/JS-Interpreter https://github.com/NeilFraser/JS-Interpreter . It's slow, but easy to add and work with.