Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Wasmer async module compilation. #115

Open
modulovalue opened this issue Nov 21, 2022 · 0 comments
Open

Wasmer async module compilation. #115

modulovalue opened this issue Nov 21, 2022 · 0 comments

Comments

@modulovalue
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant