diff options
author | lizhengxing <unixhaha@gmail.com> | 2017-12-15 17:49:15 -0800 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2017-12-15 17:49:15 -0800 |
commit | 096f7ab84749b5725a5780671111434c34cc17ea (patch) | |
tree | bfe85ea61c7d7f71f17f90fe92b8056c07576a2b /scripts/gen-emscripten-exported-json.py | |
parent | 9548f63dd04c735a078c40340a3f3ed81323e557 (diff) | |
download | wabt-096f7ab84749b5725a5780671111434c34cc17ea.tar.gz wabt-096f7ab84749b5725a5780671111434c34cc17ea.tar.bz2 wabt-096f7ab84749b5725a5780671111434c34cc17ea.zip |
Wabt simd v128.const instruction initial PR: (#677)
This is an initial PR for Wabt simd support.
This PR only implement the v128.const instruction.
It will construct a simd 128-bits const.
The expected wat format is:
v128.const i32 0x00000000 0x11111111 0x22222222 0x33333333
For simplify, this PR only implement the wat2wasm and wasm2wat functions.
The following PRs will implement the full functions in Wabt.
such as: Interp, objdump, logging, etc....
Diffstat (limited to 'scripts/gen-emscripten-exported-json.py')
0 files changed, 0 insertions, 0 deletions