Skip to content

Commit

Permalink
Merge pull request #597 from stlankes/wasmtime
Browse files Browse the repository at this point in the history
enable support of parallel compilation of WASM code
  • Loading branch information
stlankes authored Jul 3, 2024
2 parents 5897f6a + 8f17725 commit a758364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bitflags = "2.5"
cfg-if = "1"
log = { version = "0.4" } #, features = ["kv_unstable"]}
simple_logger = { version = "5.0", default-features = false }
wasmtime = { version = "22.0", default-features = false, features = ["std", "runtime", "cranelift", "threads"] } #, "gc", "component-model"] }
wasmtime = { version = "22.0", default-features = false, features = ["std", "runtime", "cranelift", "threads", "parallel-compilation", "incremental-cache", "pooling-allocator"] } #"wat", "gc", "component-model"] }
zerocopy = { version = "0.7" }

[target.'cfg(target_os = "hermit")'.dependencies]
Expand Down

0 comments on commit a758364

Please sign in to comment.