From 61f6d6923772fa3e5d15b2e83332858f8443115b Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Sat, 6 Jul 2024 12:41:46 +0530 Subject: [PATCH] download wasm32-wasi target for wasm builds --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 900f2e202..adf8ecbac 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ limbo: .PHONY: limbo limbo-wasm: + rustup target add wasm32-wasi cargo build --package limbo-wasm --target wasm32-wasi .PHONY: limbo-wasm