From a13d17f4e6c60c57e88e64a14a89373874e5f589 Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Sat, 13 Sep 2025 15:12:17 +0000 Subject: [PATCH] Use forked wasmtime --- recipes/wip/dev/wasm/wasmtime/recipe.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/wip/dev/wasm/wasmtime/recipe.toml b/recipes/wip/dev/wasm/wasmtime/recipe.toml index a8f9539cb..ed1295bb5 100644 --- a/recipes/wip/dev/wasm/wasmtime/recipe.toml +++ b/recipes/wip/dev/wasm/wasmtime/recipe.toml @@ -1,5 +1,9 @@ -#TODO fs-set-times crate error +#TODO requires *at functions in fcntl.h +#TODO (willnode) push changes upstream [source] -git = "https://github.com/bytecodealliance/wasmtime" +git = "https://github.com/willnode/wasmtime" +branch = "v36-redox" +shallow_clone = true + [build] template = "cargo"