@@ -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