Execute sandboxed JS in a page.
- [x] Create web worker executor
- [x] Make it an embeddable Web Components. See branch
feature/as-web-components
. - [ ] Add more output rendering options. See Algorithm Visualizer for inspiration.
- [ ] Custom inputs instead of just
window.prompt
orwindow.confirm
. - [ ] Improve UI.
- [ ] Compatibility with dwitter!
- [x] Allow sharing code via URL only and no server-side.