Closed rwy7 closed 1 year ago
very wip, just want people to be aware of the changes. /cc @nbhuiyan @youngar
Any reason you changed from functionIndex
-> target
? functionIndex
seems clearer to me
target was shorter, and we were using both.
Now that interpreter state is on the vm stack. you really need to add protection to pops/storing to local vars. Ie it should not be possible to corrupt the interpreter state from inside the vm (you may or may not want to allow read access)
Signed-off-by: Robert Young rwy0717@gmail.com