Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raulil/plorth-webassembly
- Owner: RauliL
- License: bsd-2-clause
- Created: 2017-08-27T18:33:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T20:05:40.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T07:47:21.537Z (9 days ago)
- Topics: interpreter, plorth, scripting-language, webassembly
- Size: 787 KB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/