Skip to content

Conversation

@coolreader18
Copy link
Member

@coolreader18 coolreader18 commented Mar 22, 2019

Resolves #713.

I did some fiddling in WASM cause I realized we didn't need whatever the heck I had done with AccessibleVMPtr, but otherwise it's just a regex &mut VirtualMachine -> &VirtualMachine.

@coolreader18
Copy link
Member Author

coolreader18 commented Mar 22, 2019

What I changed with WASM also stops it from completely invalidating a VM when code panics from inside a VM method, because it's no longer borrowing an entire RefCell that doesn't get dropped due to WASM's lack of panic=unwind.

@coolreader18 coolreader18 merged commit a9e2cc9 into master Mar 22, 2019
@coolreader18 coolreader18 deleted the coolreader18/immutable-vm-ref branch March 22, 2019 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants