From 8f943a0a57cfffdd7fda8bf677b1ee6b58021cff Mon Sep 17 00:00:00 2001 From: Charlie Haley Date: Mon, 31 Jul 2023 19:48:11 +0100 Subject: [PATCH] compiler: add compiler-rt to wasm.json --- targets/wasm.json | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/wasm.json b/targets/wasm.json index 37034c6c3a..4e0de37d1e 100644 --- a/targets/wasm.json +++ b/targets/wasm.json @@ -7,6 +7,7 @@ "goarch": "wasm", "linker": "wasm-ld", "libc": "wasi-libc", + "rtlib": "compiler-rt", "scheduler": "asyncify", "default-stack-size": 16384, "cflags": [