Precompile plugins depending on target triple
This commit is contained in:
parent
4a5b8fd2e6
commit
80b45ef93b
6 changed files with 50 additions and 27 deletions
|
@ -15,4 +15,4 @@ pollster = "0.2.5"
|
|||
smol = "1.2.5"
|
||||
|
||||
[build-dependencies]
|
||||
wasmtime = "0.38"
|
||||
wasmtime = { version = "0.38", features = ["all-arch"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue