ppvk / wrenjs

The Wren Programming Language, in the browser

Home Page:https://ppvk.github.io/wrenjs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using emscripten to transpile Bob Nystrom's wren programming language to Javascript.

wren: 0.4.0 | emscripten: 2.0.21

Build Instructions

These instructions are for an Ubuntu-like system.

You will need:

  • build-essential
  • cmake
  • python2.7
  • python3
  • nodejs
  • java
  • deno

After these are ready to go, run ./build.sh

For a detailed explanation of what this bash script does, check out the comments in the file itself.

About

The Wren Programming Language, in the browser

https://ppvk.github.io/wrenjs/

License:MIT License


Languages

Language:JavaScript 72.2%Language:C 19.1%Language:Shell 8.7%