From 9c4217f4503ec7dc9b7b42a1cb972fecc1d46458 Mon Sep 17 00:00:00 2001 From: spinline Date: Sun, 8 Feb 2026 17:51:04 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20WASM=20i=C3=A7in=20bulk-memory=20=C3=B6?= =?UTF-8?q?zelli=C4=9Fi=20aktif=20edildi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.cargo/config.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/.cargo/config.toml b/frontend/.cargo/config.toml index a6baea0..2feb779 100644 --- a/frontend/.cargo/config.toml +++ b/frontend/.cargo/config.toml @@ -1,5 +1 @@ -[build] -rustflags = ["-C", "target-feature=-bulk-memory"] - -[target.wasm32-unknown-unknown] -rustflags = ["-C", "target-feature=-bulk-memory"] \ No newline at end of file +[target.wasm32-unknown-unknown]\nrustflags = ["-C", "target-feature=+bulk-memory"]