From a919a5dd1167b79f267cbed7312b3a7d296d429f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 5 Jul 2022 00:12:41 +0200 Subject: Revert "refactor(snapshots): to their own crate (#14794)" (#15076) This reverts commit fd5a12d7e25dc53238e2bbcffe970e646c1035f3. --- runtime/examples/hello_runtime.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/examples/hello_runtime.rs') diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index 19f462d4f..07e42f0ff 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -58,7 +58,6 @@ 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