Skip to content

ppvk/wrenjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.