-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpkg.generated.mbti
More file actions
69 lines (38 loc) · 1.16 KB
/
pkg.generated.mbti
File metadata and controls
69 lines (38 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
// Generated using `moon info`, DON'T EDIT IT
package "moonbitlang/wasm5"
import {
"moonbitlang/wasm5/internal/core",
"moonbitlang/wasm5/internal/parse",
"moonbitlang/wasm5/internal/runtime",
}
// Values
pub fn parse(Bytes) -> @core.Module raise @parse.ParseError
// Errors
// Types and methods
// Type aliases
pub using @core {type Export}
pub using @core {type ExportDesc}
pub using @runtime {type Func}
pub using @core {type FuncType}
pub using @runtime {type Global}
pub using @core {type GlobalType}
pub using @runtime {type HostFunc}
pub using @core {type Import}
pub using @core {type ImportDesc}
pub using @runtime {type ImportedMemory}
pub using @runtime {type Imports}
pub using @runtime {type Instance}
pub using @core {type Limits}
pub using @core {type MemType}
pub using @runtime {type Memory}
pub using @core {type Module}
pub using @parse {type ParseError}
pub using @core {type RefType}
pub using @runtime {type RuntimeError}
pub using @runtime {type RuntimeTable}
pub using @runtime {type Table}
pub using @core {type TableType}
pub using @core {type TypeDef}
pub using @core {type ValType}
pub using @core {type Value}
// Traits