10 ms·
This is really cool! How are you sandboxing the tiles and allowing limited JS execution?
by theogravity 8mo ago
This is really cool! How are you sandboxing the tiles and allowing limited JS execution?
- dimden 8mo 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.