From fd5a12d7e25dc53238e2bbcffe970e646c1035f3 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Fri, 24 Jun 2022 10:04:45 -0300 Subject: refactor(snapshots): to their own crate (#14794) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- 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 07e42f0ff..19f462d4f 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -58,6 +58,7 @@ async fn main() -> Result<(), AnyError> { shared_array_buffer_store: None, compiled_wasm_module_store: None, stdio: Default::default(), + startup_snapshot: None, }; let js_path = -- cgit v1.2.3