Commit Graph

2 Commits

Author SHA1 Message Date
Jeremiah Orians 8634d0a797
Prototype html generator for Web Assembly IDE 2016-07-20 21:13:57 -04:00
Jeremiah Orians 7bffbe5b3d
A hastily cobbled together mess for starting development of Web Assembly IDE backend leveraging existing C code.
Compile via: gcc -ggdb -shared -Wl,-soname,libvm.so -o libvm.so -fPIC wrapper.c vm_instructions.c vm.h
Probably should use it to clean up a few things
2016-07-20 20:36:46 -04:00