plorth-webassembly icon indicating copy to clipboard operation
plorth-webassembly copied to clipboard

WebAssembly version of Plorth programming language

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');