From cdb252af0aa7251f339a77638b32af89f112d13d Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Wed, 29 Sep 2021 10:47:24 +0200 Subject: feat: support serializing `WebAssembly.Module` objects (#12140) --- runtime/examples/hello_runtime.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/examples') diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index db6394694..eb6b5a591 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -46,6 +46,7 @@ async fn main() -> Result<(), AnyError> { blob_store: BlobStore::default(), broadcast_channel: InMemoryBroadcastChannel::default(), shared_array_buffer_store: None, + compiled_wasm_module_store: None, cpu_count: 1, }; -- cgit v1.2.3