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 da74f38 commit 7a18da2Copy full SHA for 7a18da2
tools/swift-plugin-server/CMakeLists.txt
@@ -70,7 +70,5 @@ if (SWIFT_BUILD_SWIFT_SYNTAX)
70
add_custom_command(TARGET swift-wasm-plugin-server POST_BUILD COMMAND
71
codesign -fs - $<TARGET_FILE:swift-wasm-plugin-server> --entitlements ${CMAKE_CURRENT_SOURCE_DIR}/allow-jit.plist
72
)
73
- else()
74
- # TODO: Add dependency on WasmKit
75
endif()
76
tools/swift-plugin-server/Sources/swift-wasm-plugin-server/JSCWasmEngine.swift
@@ -16,8 +16,6 @@ import JavaScriptCore
16
import WASI
17
import WasmTypes
18
19
-// typealias DefaultWasmEngine = JSCWasmEngine
20
-
21
// (wasm: ArrayBuffer, imports: Object) => Promise<{ ... }>
22
private let js = """
23
async (wasmData, imports) => {
0 commit comments