Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 467 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 467 Bytes

WebAssembly Plorth npm

Plorth interpreter as WebAssembly module, compiled with Emscripten.

Quick usage example

import Plorth from 'plorth';

const interpreter = new Plorth();
interpreter.execute('1 1 + println');