From aa36fc4f67cf38f097b4c2b4db53b718880f9c3a Mon Sep 17 00:00:00 2001 From: Max Graey Date: Mon, 12 Sep 2022 22:36:56 +0300 Subject: [C-/JS-API] Add new BinaryenMemoryIs64 API + add memory64 argument for BinaryenSetMemory (#4963) --- test/example/c-api-unused-mem.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/example/c-api-unused-mem.cpp') diff --git a/test/example/c-api-unused-mem.cpp b/test/example/c-api-unused-mem.cpp index 6c0fd14c1..a0970a8ca 100644 --- a/test/example/c-api-unused-mem.cpp +++ b/test/example/c-api-unused-mem.cpp @@ -30,6 +30,7 @@ int main() { segmentSizes, 0, 0, + 0, "0"); } the_relooper = RelooperCreate(the_module); @@ -94,6 +95,7 @@ int main() { segmentSizes, 0, 0, + 0, "0"); } expressions[11] = BinaryenConst(the_module, BinaryenLiteralInt32(65535)); -- cgit v1.2.3