CI updates
This commit is contained in:
+1
-1
@@ -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 *)) {
|
||||
|
||||
Reference in New Issue
Block a user