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
Fix metadata accessor function pointer representation on WASI
The metadata accessor function pointer is represented as a relative
pointer on all platforms except for WebAssembly, where it is represented
as an absolute pointer. This is because WebAssembly does not support
relative function pointers.
See forum discussion for more context:
https://forums.swift.org/t/wasm-support/16087/39
0 commit comments