dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
http://dot.net
MIT License
2.91k stars 508 forks source link

Wasm: enable stack trace exceptions, simple exceptions test, upgrade emscripten #8319

Closed yowl closed 4 years ago

yowl commented 4 years ago

This PR adds the call to set the stack trace for exceptions. This allows the simple exceptions test to pass (with one exception - function names are not available in release mode). Exceptions are not 100% in Wasm, but pass these tests.

Updates emscripten for a ROTL/R bug fix in clang++.