started working to integrate vm and site

This commit is contained in:
2015-04-03 01:42:04 -04:00
parent 20913ff264
commit decf25ed29
11 changed files with 558 additions and 16 deletions

4
public/vm/Makefile Normal file
View File

@@ -0,0 +1,4 @@
FILES = c0vm.js bytecode-parser.js byte-stream.js opcodes.js index.js
all: $(FILES)
browserify $(FILES) -o vm.js