Skip to content

The repository for 8bitworkshop's Emscripten compiler tools submodules.

Notifications You must be signed in to change notification settings

sehugg/8bitworkshop-compilers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the repository for 8bitworkshop's compiler tools, compiled with Emscripten.

Only tested on Ubuntu. Last tested with Emscripten 3.1.1 and 3.1.38 (though not very well)

Build Status

Install Emscripten SDK:

https://emscripten.org/docs/getting_started/downloads.html

./emcc install latest
./emcc activate latest
. ./emsdk_env.sh

Install dependencies:

apt install libboost-graph-dev nasm bison flex texinfo zlib1g-dev

Init submodules:

git submodule init
git submodule update

Type "make"

make

Output files will be in output/

About

The repository for 8bitworkshop's Emscripten compiler tools submodules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published