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
[wasm] Import wasi_emulated_mman with @_implementationOnly
The `wasi_emulated_mman` module must be imported with `@_implementationOnly`
to avoid requiring Foundation users to enable `_WASI_EMULATED_MMAN` by
themselves. "private import" does not work here because it still imports
private dependencies.
0 commit comments