From 52b067ddbc80baa6322024d83c91c46b0fb87369 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Tue, 28 May 2024 22:01:10 -0500 Subject: [PATCH] Fixed issue with testing on wrong target --- .cargo/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index dc382b6..172e583 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,5 +2,5 @@ rustflags = ["--cfg=web_sys_unstable_apis"] # Enable for testing WASM-only stuff -[build] -target = "wasm32-unknown-unknown" +#[build] +#target = "wasm32-unknown-unknown"