mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
refactor(snapshots): to their own crate (#14794)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
d39094913e
commit
fd5a12d7e2
19 changed files with 741 additions and 675 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue