forms fix
This commit is contained in:
parent
6c3539fcd5
commit
616aadec3b
2 changed files with 8 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue