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 efb98a3 commit a4292b5Copy full SHA for a4292b5
Sources/WasmKit/Execution/Instances.swift
@@ -1,8 +1,9 @@
1
import WasmParser
2
+
3
@_exported import struct WasmParser.GlobalType
4
+@_exported import struct WasmParser.Limits
5
@_exported import struct WasmParser.MemoryType
6
@_exported import struct WasmParser.TableType
-@_exported import struct WasmParser.Limits
7
8
// This file defines the internal representation of WebAssembly entities and
9
// their public API.
0 commit comments