Plorth interpreter as WebAssembly module, compiled with Emscripten.
Quick usage example
import Plorth from 'plorth'; const interpreter = new Plorth();interpreter.execute('1 1 + println');
Plorth interpreter as WebAssembly module, compiled with Emscripten.
import Plorth from 'plorth'; const interpreter = new Plorth();interpreter.execute('1 1 + println');
npm i plorth
1
1.0.0-alpha.6
BSD-2-Clause