From 7a61f213fb9be8ab7f9bd0fb33940b21fa143b05 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 3 Oct 2020 21:45:24 +0200 Subject: fixes, conditional if-not jump and translation of if-else instruction from wasm --- tests/wasm_compile_if_else/Makefile | 1 + 1 file changed, 1 insertion(+) create mode 120000 tests/wasm_compile_if_else/Makefile (limited to 'tests/wasm_compile_if_else/Makefile') diff --git a/tests/wasm_compile_if_else/Makefile b/tests/wasm_compile_if_else/Makefile new file mode 120000 index 0000000..e451c8b --- /dev/null +++ b/tests/wasm_compile_if_else/Makefile @@ -0,0 +1 @@ +../wasm_compile_simple_module/Makefile \ No newline at end of file -- cgit v1.2.3