From 1377c3e2ee7963546b0d1f030a6d6d6e54118c04 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Tue, 29 Oct 2024 14:32:18 +0000 Subject: [PATCH] That didn't work: revert the argument --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df4b95e..a5a87bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ dwarf-debug-info = true # * `-Oz`: optimise for size # * `-g`: include the "name" section (which holds the printable names for # symbols) in the output. -wasm-opt = ['-Oz', '-g', '--enable-bulk-memory'] +wasm-opt = ['-Oz', '-g'] ################################################################################