From 6b865a70c0f29e5ca9e13fae4a2a18406f44f4ee Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 10 Nov 2025 23:47:36 +0100 Subject: Add current_memory and grow_memory 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 bea3555..27f2ff1 100644 --- a/src/op/CMakeLists.txt +++ b/src/op/CMakeLists.txt @@ -11,11 +11,13 @@ target_sources(${PROJECT_NAME} PRIVATE br_if.c call.c call_indirect.c + current_memory.c drop.c else.c end.c get_local.c get_global.c + grow_memory.c i32_add.c i32_and.c i32_const.c -- cgit v1.2.3