Skip to content

Commit 0bda9f6

Browse files
[skip ci] Remove unnecessary Foundation import from examples
1 parent 5b56b12 commit 0bda9f6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Examples/Sources/PrintAdd/PrintAdd.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import WasmKit
44
import WAT
5-
import Foundation
65

76
// Convert a WAT file to a Wasm binary, then parse it.
87
let module = try parseWasm(

Sources/WasmKit/Docs.docc/Docs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ This example shows how to instantiate a WebAssembly module, interact with the ho
1414
```swift
1515
import WasmKit
1616
import WAT
17-
import Foundation
1817

1918
// Convert a WAT file to a Wasm binary, then parse it.
2019
let module = try parseWasm(

0 commit comments

Comments
 (0)