Compare commits
1 commit
9787710d59
...
0f73864693
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f73864693 |
1 changed files with 1 additions and 6 deletions
|
|
@ -110,12 +110,7 @@
|
|||
buildPhase = ''
|
||||
export HOME=$TMPDIR
|
||||
mkdir -p .cargo
|
||||
cat > .cargo/config.toml <<EOF
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
[source.vendored-sources]
|
||||
directory = "${vendoredDeps}"
|
||||
EOF
|
||||
cp ${vendoredDeps}/config.toml .cargo/config.toml
|
||||
cargo build --release --target wasm32-wasip1 --offline
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue