Browse Source
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.pull/1973/head
Johnnie Birch
4 years ago
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue