parser-inc: add emscripten/heap.h to squelch interrogate warning

This commit is contained in:
rdb 2024-11-04 15:58:39 +01:00
parent 221d35d3a6
commit 72b9dd9a70
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#pragma once
#include <stddef.h>
#include <stdint.h>
#include <emscripten/emscripten.h>
#define WASM_PAGE_SIZE 65536
#define EMSCRIPTEN_PAGE_SIZE WASM_PAGE_SIZE