Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raulil/plorth-webassembly

WebAssembly version of Plorth programming language
https://github.com/raulil/plorth-webassembly

interpreter plorth scripting-language webassembly

Last synced: about 5 hours ago
JSON representation

WebAssembly version of Plorth programming language

Awesome Lists containing this project

README

        

# WebAssembly Plorth [![npm][npm-image]][npm-url]

[npm-image]: https://img.shields.io/npm/v/plorth.svg
[npm-url]: https://npmjs.org/package/plorth

[Plorth] interpreter as WebAssembly module, compiled with [Emscripten].

## Quick usage example

```JavaScript
import Plorth from 'plorth';

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

[Plorth]: https://github.com/RauliL/plorth
[Emscripten]: https://kripken.github.io/emscripten-site/