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 5f65738 commit 07c1ef7Copy full SHA for 07c1ef7
Sources/JavaScriptKit/BridgeJSInstrincics.swift
@@ -79,13 +79,7 @@ import _CJavaScriptKit
79
//
80
// See JSGlueGen.swift in BridgeJSLink for JS-side lowering/lifting implementation.
81
82
-/// A protocol that Swift types that can be lowered into a single Wasm core type.
83
-public protocol _BridgedSwiftTypeLoweredIntoWasmCoreType {
84
- associatedtype WasmCoreType
85
-}
86
-
87
/// A protocol that Swift types that can appear as parameters or return values on
88
-/// The conformance is automatically synthesized by the BridgeJS code generator.
89
public protocol _BridgedSwiftTypeLoweredIntoSingleWasmCoreType {
90
associatedtype WasmCoreType
91
// MARK: ImportTS
0 commit comments