summaryrefslogtreecommitdiff
path: root/cli/standalone.rs
diff options
context:
space:
mode:
authorAndreu Botella <abb@randomunok.com>2021-09-29 10:47:24 +0200
committerGitHub <noreply@github.com>2021-09-29 10:47:24 +0200
commitcdb252af0aa7251f339a77638b32af89f112d13d (patch)
tree94dffeea0bf7c6315c64cd9797cdbf662806bf71 /cli/standalone.rs
parent5b526e5d1734ddb6ef4c5ee7b59a5f45e70a38e5 (diff)
feat: support serializing `WebAssembly.Module` objects (#12140)
Diffstat (limited to 'cli/standalone.rs')
-rw-r--r--cli/standalone.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/standalone.rs b/cli/standalone.rs
index 3db2981e4..914eeaddf 100644
--- a/cli/standalone.rs
+++ b/cli/standalone.rs
@@ -252,6 +252,7 @@ pub async fn run(
blob_store,
broadcast_channel,
shared_array_buffer_store: None,
+ compiled_wasm_module_store: None,
cpu_count: num_cpus::get(),
};
let mut worker =