Update recipes

This commit is contained in:
Ribbon 2024-06-12 00:15:52 +00:00
parent 82d2ac8a6a
commit 04cc926c8c
7 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/stacked-git/stgit"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/rust-embedded/svd2rust"
[build]

View File

@ -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]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/BurntSushi/ucd-generate"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO fs4 crate error
[source]
git = "https://github.com/rustwasm/wasm-pack"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/bytecodealliance/wasm-tools"
[build]

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/wasmerio/wasmer"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages wasmer-cli
"""