From 04cc926c8c01ef7b1f81d2fb83b296bdbaed2cdf Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 12 Jun 2024 00:15:52 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/stgit/recipe.toml | 2 +- recipes/wip/dev/svd2rust/recipe.toml | 2 +- recipes/wip/dev/twiggy/recipe.toml | 2 +- recipes/wip/dev/ucd-generate/recipe.toml | 2 +- recipes/wip/dev/wasm-pack/recipe.toml | 2 +- recipes/wip/dev/wasm-tools/recipe.toml | 2 +- recipes/wip/dev/wasmer/recipe.toml | 5 ++++- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/recipes/wip/dev/stgit/recipe.toml b/recipes/wip/dev/stgit/recipe.toml index 02c07a27a..4f7ee3f82 100644 --- a/recipes/wip/dev/stgit/recipe.toml +++ b/recipes/wip/dev/stgit/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/stacked-git/stgit" [build] diff --git a/recipes/wip/dev/svd2rust/recipe.toml b/recipes/wip/dev/svd2rust/recipe.toml index 0825eacf5..8e7813165 100644 --- a/recipes/wip/dev/svd2rust/recipe.toml +++ b/recipes/wip/dev/svd2rust/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/rust-embedded/svd2rust" [build] diff --git a/recipes/wip/dev/twiggy/recipe.toml b/recipes/wip/dev/twiggy/recipe.toml index 11d05de4b..55db6fba0 100644 --- a/recipes/wip/dev/twiggy/recipe.toml +++ b/recipes/wip/dev/twiggy/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/rustwasm/twiggy" [build] diff --git a/recipes/wip/dev/ucd-generate/recipe.toml b/recipes/wip/dev/ucd-generate/recipe.toml index 8fd688e0c..ea493a145 100644 --- a/recipes/wip/dev/ucd-generate/recipe.toml +++ b/recipes/wip/dev/ucd-generate/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/BurntSushi/ucd-generate" [build] diff --git a/recipes/wip/dev/wasm-pack/recipe.toml b/recipes/wip/dev/wasm-pack/recipe.toml index 87513804a..6dbb4af7c 100644 --- a/recipes/wip/dev/wasm-pack/recipe.toml +++ b/recipes/wip/dev/wasm-pack/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO fs4 crate error [source] git = "https://github.com/rustwasm/wasm-pack" [build] diff --git a/recipes/wip/dev/wasm-tools/recipe.toml b/recipes/wip/dev/wasm-tools/recipe.toml index b06eeefe3..f02892265 100644 --- a/recipes/wip/dev/wasm-tools/recipe.toml +++ b/recipes/wip/dev/wasm-tools/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/bytecodealliance/wasm-tools" [build] diff --git a/recipes/wip/dev/wasmer/recipe.toml b/recipes/wip/dev/wasmer/recipe.toml index 0a9153311..1e0a3a309 100644 --- a/recipes/wip/dev/wasmer/recipe.toml +++ b/recipes/wip/dev/wasmer/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/wasmerio/wasmer" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages wasmer-cli +""" -- GitLab