aboutsummaryrefslogtreecommitdiff
path: root/src/op/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-11-10 23:47:36 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2025-11-10 23:47:36 +0100
commit6b865a70c0f29e5ca9e13fae4a2a18406f44f4ee (patch)
treebe021c1690addf53e342286e9ad76d2232240c90 /src/op/CMakeLists.txt
parentba623c7a3a5b450b9b492de50efceea93df96039 (diff)
downloadnanowasm-6b865a70c0f29e5ca9e13fae4a2a18406f44f4ee.tar.gz
Add current_memory and grow_memory operators
Diffstat (limited to 'src/op/CMakeLists.txt')
-rw-r--r--src/op/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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