-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interop & wasm: reconcile import and export mechanisms #55733
Comments
I think It looks like skwasm uses these mechanisms already, so we can allowlist that code. Should we lock down any of the other I'm also not sure what the plan is for |
Yes, I think for now this should be internal. From a conceptual view, there should be two/three different mechanisms
|
I agree, Wasm interop pragmas should be internal. |
@osa1 Could you change dart2wasm to only recognize |
We discussed this a bit today, we also want to limit With this we can also reopen #37355 until we have this new mechanism to interact with other Wasm modules. |
In wasm you can use JS-interop or
wasm:*
pragmas to import and export symbols. This can be a source of inconsistencies and confusion (e.g. see #55715).Some questions:
cc @srujzs @mkustermann @osa1
The text was updated successfully, but these errors were encountered: