Plorth interpreter as WebAssembly module, compiled with Emscripten.
import Plorth from 'plorth';
const interpreter = new Plorth();
interpreter.execute('1 1 + println');
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Plorth interpreter as WebAssembly module, compiled with Emscripten.
import Plorth from 'plorth';
const interpreter = new Plorth();
interpreter.execute('1 1 + println');