Skip to content

Commit a4292b5

Browse files
./Utilities/format.py
1 parent efb98a3 commit a4292b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/WasmKit/Execution/Instances.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import WasmParser
2+
23
@_exported import struct WasmParser.GlobalType
4+
@_exported import struct WasmParser.Limits
35
@_exported import struct WasmParser.MemoryType
46
@_exported import struct WasmParser.TableType
5-
@_exported import struct WasmParser.Limits
67

78
// This file defines the internal representation of WebAssembly entities and
89
// their public API.

0 commit comments

Comments
 (0)