WASM work

This commit is contained in:
John Smith 2022-03-15 09:33:34 -04:00
parent 031c998cfc
commit ca85b555aa
25 changed files with 672 additions and 395 deletions

View file

@ -6,7 +6,7 @@ cfg_if! {
mod dart_isolate_wrapper;
mod dart_serialize;
} else {
mod wasm;
//mod wasm;
}
}