diff options
author | Thomas Lively <tlively@google.com> | 2024-07-11 17:06:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 14:06:55 -0700 |
commit | c64ac5d5a676fdbb9b108e0ad16c293a32a9b611 (patch) | |
tree | 19d94b975bce4b7df8f52cf357d388e86dab2b84 /test/spec | |
parent | 020e6cc7923419520f6fe825912f17b811770ce8 (diff) | |
download | binaryen-c64ac5d5a676fdbb9b108e0ad16c293a32a9b611.tar.gz binaryen-c64ac5d5a676fdbb9b108e0ad16c293a32a9b611.tar.bz2 binaryen-c64ac5d5a676fdbb9b108e0ad16c293a32a9b611.zip |
[wasm-split] Use a fresh table when reference types are enabled (#6726)
Rather than trying to trampoline primary-to-secondary calls through an
existing table, just create a fresh table for this purpose. This ensures
that modifications to the existing tables cannot interfere with
primary-to-secondary calls and conversely that loading the secondary
module cannot overwrite modifications to the tables.
Diffstat (limited to 'test/spec')
0 files changed, 0 insertions, 0 deletions