From ba623c7a3a5b450b9b492de50efceea93df96039 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 10 Nov 2025 23:47:10 +0100 Subject: Add if and else operators --- src/op/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/op/CMakeLists.txt') diff --git a/src/op/CMakeLists.txt b/src/op/CMakeLists.txt index 4b4a531..bea3555 100644 --- a/src/op/CMakeLists.txt +++ b/src/op/CMakeLists.txt @@ -12,6 +12,7 @@ target_sources(${PROJECT_NAME} PRIVATE call.c call_indirect.c drop.c + else.c end.c get_local.c get_global.c @@ -35,6 +36,7 @@ target_sources(${PROJECT_NAME} PRIVATE i32_sub.c i64_const.c i64_store.c + if.c loop.c nop.c return.c -- cgit v1.2.3