Skip to content

Commit

Permalink
(hack) make tests pass
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant committed Feb 2, 2024
1 parent 261afbc commit 603d448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/containerd-shim-wasmtime/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub struct WasmtimeEngine {
impl Default for WasmtimeEngine {
fn default() -> Self {
let mut config = wasmtime::Config::new();
config.parallel_compilation(false);
config.wasm_component_model(true); // enable component linking
Self {
engine: wasmtime::Engine::new(&config)
Expand Down

0 comments on commit 603d448

Please sign in to comment.