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-pic] Explicitly pass asyncify-ignore-imports for non-pic builds
`configure.ac` had been passing `--pass-arg=asyncify-ignore-imports` to
wasm-opt by default, but we cannot use it for dynamic linking builds
because dynamic library can call Ruby's asyncified functions, so we cannot
assume that all imported dynamically linked functions do not change asyncify
state.
Therefore `configure.ac` removed the default `--pass-arg=asyncify-ignore-imports`.
We can still use it for non-pic builds, so we explicitly pass it for
non-pic builds.
0 commit comments