From ba07489849ac176639adbc7daeccf0c9a2174412 Mon Sep 17 00:00:00 2001 From: pillowtrucker Date: Fri, 26 Jan 2024 11:17:28 +0100 Subject: [PATCH] ... --- .cargo/config.toml | 1 + brainworms_farting_noises/libymfm.wasm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 4cef17c..c175bba 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,7 @@ # Required to avoid a linker error on Windows when building the dylib. [target.x86_64-pc-windows-msvc] linker = "rust-lld.exe" +rustflags = ["-C target-feature=+crt-static"] #rustflags = ["-lntdll"] #,"-lucrt"] # Uncomment this to enable unstable APIs in web_sys when targetting wasm. diff --git a/brainworms_farting_noises/libymfm.wasm b/brainworms_farting_noises/libymfm.wasm index 97f2712..35b7bbd 160000 --- a/brainworms_farting_noises/libymfm.wasm +++ b/brainworms_farting_noises/libymfm.wasm @@ -1 +1 @@ -Subproject commit 97f27120e122b433e934ade347f3c717921a03df +Subproject commit 35b7bbdf1779e559d396b41528cb67d531245103