diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-10-06 11:11:24 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-10-06 11:11:24 +0200 |
commit | 1741bee182f115d899bd31642b32f70b0c7ed32f (patch) | |
tree | 792a261f01c25af2cba795bc78d25b8c5068efa0 /tests/wasm_compile_br_if/Makefile | |
parent | 7ddb4265d30ef30df6e7098c979334109378357c (diff) | |
download | AGH-engineering-thesis-1741bee182f115d899bd31642b32f70b0c7ed32f.tar.gz AGH-engineering-thesis-1741bee182f115d899bd31642b32f70b0c7ed32f.zip |
add translation of br_if instruction
Diffstat (limited to 'tests/wasm_compile_br_if/Makefile')
l--------- | tests/wasm_compile_br_if/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wasm_compile_br_if/Makefile b/tests/wasm_compile_br_if/Makefile new file mode 120000 index 0000000..e451c8b --- /dev/null +++ b/tests/wasm_compile_br_if/Makefile @@ -0,0 +1 @@ +../wasm_compile_simple_module/Makefile
\ No newline at end of file |