forms fix

This commit is contained in:
Jorijn van der Graaf 2025-11-10 21:38:38 +01:00
commit 616aadec3b
2 changed files with 8 additions and 5 deletions

View file

@ -98,7 +98,6 @@ export namespace Crafter::CppDOMBindings {
extern "C" {
__attribute__((export_name("WasmAlloc"))) void* WasmAlloc(std::int32_t size) {
std::cout << std::format("Alloc: {}", size) << std::endl;
return std::malloc(size);
}