You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
Under the assumption that wasmer doesn't offer a way to asynchronously compile modules, we should investigate the new Isolate.run functionality for giving users the choice to asynchronously build wasmer modules.
This might be a little annoying, because we can't pass Pointers between isolates see: dart-lang/sdk#50457.
Isolate.run is also not available on 2.12.0 which is our current dart lower bound.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Under the assumption that wasmer doesn't offer a way to asynchronously compile modules, we should investigate the new
Isolate.run
functionality for giving users the choice to asynchronously build wasmer modules.This might be a little annoying, because we can't pass Pointers between isolates see: dart-lang/sdk#50457.
Isolate.run is also not available on 2.12.0 which is our current dart lower bound.
The text was updated successfully, but these errors were encountered: