Skip to content

Commit 0aabf9f

Browse files
committed
🔧
1 parent 63361d0 commit 0aabf9f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/webgpu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-wgpu",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "React Native WebGPU",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

packages/webgpu/scripts/build/dawn.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ const android = {
4444
ANDROID_PLATFORM: "android-26",
4545
DAWN_BUILD_MONOLITHIC_LIBRARY: "SHARED",
4646
CMAKE_EXE_LINKER_FLAGS: "-llog",
47-
CMAKE_SHARED_LINKER_FLAGS: "-llog",
47+
CMAKE_SHARED_LINKER_FLAGS: "-llog -Wl,-z,max-page-size=16384",
48+
ANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES: "ON",
4849
...commonArgs,
4950
},
5051
};

0 commit comments

Comments
 (0)