Stream: git-wasmtime

Topic: wasmtime / PR #1970 Add __dso_handle to exception list of...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2020 at 20:54):

jlb6740 opened PR #1970 from add-dso-handle-to-deprecated-export-list to main:

When compiling C to WASM with clang-8, __dso_handle is a global
that maybe exported but that currently is not whitelisted along
with __heap_base and _data_end to be handled as allowable depricated
exports. This PR adds the case for __dso_handle.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2020 at 20:57):

fitzgen submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2020 at 21:58):

jlb6740 merged PR #1970.


Last updated: Oct 23 2024 at 20:03 UTC