Skip to content

Commit

Permalink
Merge pull request #752 from AmbientRun/wasmtime_no_cache
Browse files Browse the repository at this point in the history
Removing wasmtime's cache feature also removes the dependency on zstd which has a significant effect on compile times.
  • Loading branch information
Pombal authored Aug 28, 2023
2 parents adfc7ff + 26b92aa commit a0cf577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ http = { version = "0.2.9" }
#
# WASM
#
wasmtime = { version = "11.0.1", features = ["component-model"] }
wasmtime = { version = "11.0.1", default-features = false, features = ["async", "wat", "jitdump", "parallel-compilation", "cranelift", "pooling-allocator", "component-model"] }
wasmtime-wasi = "11.0.1"
wasi-cap-std-sync = "11.0.1"
wasi-common = "11.0.1"
Expand Down

0 comments on commit a0cf577

Please sign in to comment.