Commit Graph

7 Commits

Author SHA1 Message Date
Jeremiah Orians fd7c684e57
Incorporated improvements into IDE and adjusted changelog accordingly 2016-10-30 12:08:09 -04:00
Jeremiah Orians 1fa2f125f3
Increase amount of available memory to 4MB 2016-10-29 23:15:48 -04:00
Jeremiah Orians 4dee267164
Force IDE to use exact same Memory size as VM, to make finding invalid memory accesses faster 2016-10-01 21:43:08 -04:00
Jeremiah Orians bd803a996b
Fixed minor user interaction bug in Development mode and fixed the continued execution of a Halted vm in the IDE 2016-08-24 19:26:45 -04:00
Jeremiah Orians 918dc95bdb
Extended Web IDE functionality to include Value setting 2016-08-11 23:09:02 -04:00
Jeremiah Orians da5c2a2442
Refactored out common code 2016-08-08 20:10:46 -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