This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
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++.
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++.