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.
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.