diff --git a/recipes/wip/dev/stgit/recipe.toml b/recipes/wip/dev/stgit/recipe.toml index 02c07a27a99cba897b85da2174d01e26a3e8890c..4f7ee3f828083dff87ec1e8d39348892f1bdc300 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 0825eacf51abf768931b161429fa718ffa636d95..8e78131650b6ec941d90eeb5e346dd016cfa5954 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 11d05de4bb5e90cc7ff0eabb0fffba05ea719bee..55db6fba0d269f843f278b382ee365ade0571b58 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 8fd688e0cc7b8a5a311cccd8919cd96ad8820edd..ea493a14545b5717e0e503d024fe869e675eee65 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 87513804a4939dc4e9746892102073722422364b..6dbb4af7c652e725df0b55afa16b8bf85fcbedff 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 b06eeefe3540fed12db855591d17640cd07ee8bb..f02892265540232a361c365a23a49fe10bfe8be7 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 0a9153311c5539cefae91539ce2fe5475cc6b570..1e0a3a3097e8d79711f42b8154c7de493e51047f 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 +"""