infinitesnow
infinitesnow
Is this a known issue? In case it's not, I have a (very basic) reproducer I can share. Stanford bunny as sum of all the meshlets seems to have all...
I compile the following code: ``` #include #include __attribute__((import_module("env"), import_name("jstest"))) void jstest(int32_t); extern "C" { __attribute__((export_name("edit"))) void edit(char* arr, const uint8_t SIZE) { for (uint32_t i = 0; i <...
When building for a web target, there is no stderr. However, the abort implementation in the current CXXABI runtime is implemented with writes to stderr. Since the constructors for default...