Skip to content

RauliL/plorth-webassembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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