We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SWIFT_ABI_WASM32_LEAST_VALID_POINTER
1 parent 6fd3ae7 commit 1d50072Copy full SHA for 1d50072
stdlib/public/SwiftShims/System.h
@@ -213,6 +213,6 @@
213
// the pointer representation, runtime performance and memory footprint are
214
// worse. So assume that compiler driver uses wasm-ld and --global-base=1024 to
215
// reserve low 1KB.
216
-#define SWIFT_ABI_WASM32_LEAST_VALID_POINTER 1024
+#define SWIFT_ABI_WASM32_LEAST_VALID_POINTER 4096
217
218
#endif // SWIFT_STDLIB_SHIMS_ABI_SYSTEM_H
0 commit comments