Add wasm32-wasi to CI workflow
This commit is contained in:
parent
38f8191ce8
commit
41918101ed
3 changed files with 16 additions and 1 deletions
|
@ -28,7 +28,7 @@ fn main() {
|
|||
let binaries = std::fs::read_dir(base.join("target/wasm32-wasi/release"))
|
||||
.expect("Could not find compiled plugins in target");
|
||||
|
||||
let engine = create_engine();
|
||||
let engine = create_default_engine();
|
||||
|
||||
for file in binaries {
|
||||
let is_wasm = || {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue