wasm / webgpu progress

This commit is contained in:
luboslenco
2025-11-11 12:33:29 +01:00
parent 5f4847233a
commit 1a556dbbad
19 changed files with 225 additions and 83 deletions
+1
View File
@@ -6,6 +6,7 @@
#include <memory.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#define HEAP_SIZE 512 * 1024 * 1024
static uint8_t *heap = NULL;