diff options
author | jgravelle-google <jgravelle@google.com> | 2016-10-19 16:49:36 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-10-19 16:49:36 -0700 |
commit | 00354666afcc5c9fa489c446e23febe7efbcd311 (patch) | |
tree | 536247b027b8383c669ca8fb60deb7709072d664 /src/wasm-traversal.h | |
parent | f08f75cf2fe1b6b8275f7f7fd4356919616ba95c (diff) | |
download | binaryen-00354666afcc5c9fa489c446e23febe7efbcd311.tar.gz binaryen-00354666afcc5c9fa489c446e23febe7efbcd311.tar.bz2 binaryen-00354666afcc5c9fa489c446e23febe7efbcd311.zip |
Add support for i64.store[N] (#789)
* Add support for i64.store[N]
Previously storing i64 in the interpreter assumed an 8byte store. Stores
like i64.store8 would then use the special-case i64 storing code, when
they could just use the i32.store8 code.
* Add printf test for interpreter
* Update wasm.js
Diffstat (limited to 'src/wasm-traversal.h')
0 files changed, 0 insertions, 0 deletions