refactor(snapshots): to their own crate (#14794)

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
Aaron O'Mullan 2022-06-24 10:04:45 -03:00 committed by GitHub
parent d39094913e
commit fd5a12d7e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 741 additions and 675 deletions

View file

@ -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 =