From 7165ec5253f2fd565cf73e2839a519b6a03482de Mon Sep 17 00:00:00 2001 From: Trim21 Date: Sun, 4 Jan 2026 07:58:57 +0800 Subject: [PATCH] add intptr_t --- crates/language/wasm/include/stdint.h | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/language/wasm/include/stdint.h b/crates/language/wasm/include/stdint.h index 35e578ea..1f966c7c 100644 --- a/crates/language/wasm/include/stdint.h +++ b/crates/language/wasm/include/stdint.h @@ -21,6 +21,7 @@ typedef long long unsigned int uint64_t; typedef long unsigned int size_t; +typedef long int intptr_t; typedef long unsigned int uintptr_t; #define UINT16_MAX 65535