Skip to content

Commit 4d7b014

Browse files
Restrict shared memory support to platforms that support mprotect OOB detection
1 parent 8b18149 commit 4d7b014

26 files changed

Lines changed: 1006 additions & 1987 deletions

Sources/WasmKit/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ add_wasmkit_library(WasmKit
1414
Component/CanonicalCall.swift
1515
Component/CanonicalOptions.swift
1616
Component/ComponentTypes.swift
17-
Execution/AtomicParkingLot.swift
1817
Execution/DebuggerInstructionMapping.swift
1918
Execution/Instructions/Control.swift
2019
Execution/Instructions/ExceptionHandling.swift
@@ -47,6 +46,8 @@ add_wasmkit_library(WasmKit
4746
Execution/UntypedValue.swift
4847
Execution/Value.swift
4948
Execution/V128Storage.swift
49+
Platform/AtomicParkingLot.swift
50+
Platform/SystemVirtualMemory.swift
5051
)
5152

5253
if(WASMKIT_ENABLE_FILESYSTEM)

Sources/WasmKit/Execution/AtomicParkingLot.swift

Lines changed: 0 additions & 282 deletions
This file was deleted.

0 commit comments

Comments
 (0)