diff --git a/recipes/wip/dev/stgit/recipe.toml b/recipes/wip/dev/stgit/recipe.toml index 02c07a27..4f7ee3f8 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 0825eacf..8e781316 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 11d05de4..55db6fba 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 8fd688e0..ea493a14 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 87513804..6dbb4af7 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 b06eeefe..f0289226 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 0a915331..1e0a3a30 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 +"""