DescriptionTurn on wasm flags all the time, add a reference from wasm functions to the module.
Add an internal field to each wasm function to keep a reference to the module. (So the GC can do the right thing when you only hold references to wasm functions but not the module).
Use Realloc carefully, to avoid copying from out of bounds.
Make snprintf use platform independent.
Don't disconnect external arraybuffers provided for the heap.
R=ahaas@chromium.org
BUG=
Committed: https://crrev.com/7b775118b98eba613ab3a5936f9c489ed7d1b45a
Cr-Commit-Position: refs/heads/master@{#32951}
Patch Set 1 #Patch Set 2 : fix #Patch Set 3 : fxi #Patch Set 4 : add missing file #
Messages
Total messages: 26 (13 generated)
|