diff options
author | Sam Clegg <sbc@chromium.org> | 2022-02-15 08:49:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 08:49:03 -0800 |
commit | 60050a9525dd076e63de1bb314190b42d6731abb (patch) | |
tree | 0e5c3e6c755fe4bac261a3582b190656c8a34442 /scripts/clang-format-diff.sh | |
parent | 30fe5551cf983eb9bd194117caa3f0f4f2bbe865 (diff) | |
download | wabt-60050a9525dd076e63de1bb314190b42d6731abb.tar.gz wabt-60050a9525dd076e63de1bb314190b42d6731abb.tar.bz2 wabt-60050a9525dd076e63de1bb314190b42d6731abb.zip |
Initial implementation of extended-const proposal. (#1824)
The primary changes here are to the interpreter and how it handles
initializer expressions. With this change we model these are normal
function that we run during module initialization.
I imagine we could optimize this further by creating one long function
and encoding the `global.set`/`memory.init`/`table.init` into the
function itself, but this change seems like a good first step to make
the current tests pass.
Diffstat (limited to 'scripts/clang-format-diff.sh')
0 files changed, 0 insertions, 0 deletions