From a79de0575f95fff6f031df8e30703045bbb0037b Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 25 Jun 2024 20:42:48 -0700 Subject: 0.3.2 --- goodfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'goodfile') diff --git a/goodfile b/goodfile index 6a5cb99..92ebdf0 100644 --- a/goodfile +++ b/goodfile @@ -1,10 +1,11 @@ -Build.dependencies({"git", "make", "rustc", "cargo"}) +Build.dependencies({"git", "make", "rustc", "cargo", "rustup"}) Step.start("crate") Step.push("build") Build.run({"cargo", "build"}) -- and now that some code is conditional on target arch, at least try to build -- for other architectures even if we might not be able to run on them. +Build.run({"rustup", "target", "add", "wasm32-wasi"}) Build.run({"cargo", "build", "--no-default-features", "--target", "wasm32-wasi"}) Step.advance("test") -- cgit v1.1