Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some old runtime stubs (#12820)
__builtin_prefetch is handled by clang/llvm. __gxx_personality_v0/__gxx_personality_v0 are defined in cxa_personality.cpp when building with wasm exceptions and don't seem to be needed at all with emscripten-style exceptions.
- Loading branch information