WebAssembly Plorth [![npm][npm-image]][npm-url]
December 17, 2017 ยท View on GitHub
Plorth interpreter as WebAssembly module, compiled with Emscripten.
Quick usage example
import Plorth from 'plorth';
const interpreter = new Plorth();
interpreter.execute('1 1 + println');