Bump wasmtime to 0.38.0 and zstd to 0.11.2 (#11720)

* Bump `wasmtime` to 0.37.0 and `zstd` to 0.11.2

* Bump `wasmtime` to 0.38.0
This commit is contained in:
Koute
2022-06-24 20:25:21 +09:00
committed by GitHub
parent b357ecd467
commit 025e1d76f1
9 changed files with 110 additions and 97 deletions
@@ -323,7 +323,6 @@ fn common_config(semantics: &Semantics) -> std::result::Result<wasmtime::Config,
config.wasm_bulk_memory(false);
config.wasm_multi_value(false);
config.wasm_multi_memory(false);
config.wasm_module_linking(false);
config.wasm_threads(false);
config.wasm_memory64(false);