mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-16 00:11:28 +00:00
Update dist files; Also parse name and source mapping sections in lib/parse
This commit is contained in:
@ -35,6 +35,13 @@ export enum ExternalKind {
|
||||
Global = 3
|
||||
}
|
||||
|
||||
/** Name section types. */
|
||||
export enum NameType {
|
||||
Module = 0,
|
||||
Function = 1,
|
||||
Local = 2
|
||||
}
|
||||
|
||||
/** Maximum number of pages. */
|
||||
export const MAX_PAGES = 0xffff;
|
||||
|
||||
|
Reference in New Issue
Block a user