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
This enables [new-style command support]. Instead of calling
`__wasm_call_ctors` and `__wasm_call_dtors` directly, this lets
wasm-ld automatically call them.
And, this comments out a use of "protected" visibility, since
[WebAssembly doesn't support it].
[new-style command support]: https://reviews.llvm.org/D81689
[WebAssembly doesn't support it]: https://reviews.llvm.org/D81688
0 commit comments