CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2025-04-11 09:41:08 +02:00
parent c4bfebeceb
commit 3af2b21869
2 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -1025,7 +1025,7 @@ TEST_CASE("get_ratio") {
// compat
**************************************************************************/
#if defined(__wasi__) && 1 // TODO later: wait for wasm/wasi exception handling proposal
#if defined(__wasi__) && 0 // TODO later: wait for wasm/wasi exception handling proposal
extern "C" {
void *__cxa_allocate_exception(std::size_t thrown_size) throw() { return ::malloc(thrown_size); }
void __cxa_throw(void *thrown_exception, /*std::type_info*/ void *tinfo, void (*dest)(void *)) {