Commit 275b3a6
committed
[wasm-pic] Explicitly pass
`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.asyncify-ignore-imports for non-pic builds1 parent fb7404b commit 275b3a6
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
| |||
0 commit comments