Y
Hacker News
new
|
ask
|
show
|
jobs
by
theogravity
148 days ago
This is really cool! How are you sandboxing the tiles and allowing limited JS execution?
1 comments
dimden
148 days ago
I'm using JS-Interpreter project:
https://github.com/NeilFraser/JS-Interpreter
. It's slow, but easy to add and work with.
link