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.
1 parent f0f0af9 commit 890c74fCopy full SHA for 890c74f
Package.swift
@@ -14,7 +14,9 @@ let package = Package(
14
name: "dlmalloc",
15
exclude: ["wasm/"],
16
cSettings: [
17
- .headerSearchPath("wasm/internal-headers")
+ .headerSearchPath("wasm/internal-headers"),
18
+ // NOTE: Keep the value in sync with https://github.com/WebAssembly/wasi-libc/blob/wasi-sdk-27/Makefile#L44
19
+ .define("BULK_MEMORY_THRESHOLD", to: "32"),
20
]
21
),
22
0 commit comments