@webassemblyjs/ast
Advanced tools
Comparing version 1.1.2-y.0 to 1.1.2-y.1
@@ -42,2 +42,3 @@ "use strict"; | ||
exports.callIndirectInstruction = callIndirectInstruction; | ||
exports.callIndirectInstructionIndex = callIndirectInstructionIndex; | ||
exports.start = start; | ||
@@ -541,2 +542,9 @@ exports.elem = elem; | ||
function callIndirectInstructionIndex(index) { | ||
return { | ||
type: "CallIndirectInstruction", | ||
index: index | ||
}; | ||
} | ||
function start(index) { | ||
@@ -543,0 +551,0 @@ return { |
{ | ||
"name": "@webassemblyjs/ast", | ||
"version": "1.1.2-y.0", | ||
"version": "1.1.2-y.1", | ||
"description": "AST utils for webassemblyjs", | ||
@@ -14,5 +14,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@webassemblyjs/wast-parser": "1.1.2-y.0", | ||
"@webassemblyjs/wast-parser": "1.1.2-y.1", | ||
"webassembly-floating-point-hex-parser": "0.1.2", | ||
"webassemblyjs": "1.1.2-y.0" | ||
"webassemblyjs": "1.1.2-y.1" | ||
}, | ||
@@ -19,0 +19,0 @@ "repository": { |
@@ -538,2 +538,11 @@ // @flow | ||
export function callIndirectInstructionIndex( | ||
index: Index | ||
): CallIndirectInstruction { | ||
return { | ||
type: "CallIndirectInstruction", | ||
index | ||
}; | ||
} | ||
export function start(index: Index): Start { | ||
@@ -540,0 +549,0 @@ return { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59005
2048
+ Added@webassemblyjs/helper-leb128@1.1.2-y.1(transitive)
+ Added@webassemblyjs/helper-wasm-bytecode@1.1.2-y.1(transitive)
+ Added@webassemblyjs/wasm-parser@1.1.2-y.1(transitive)
+ Added@webassemblyjs/wast-parser@1.1.2-y.1(transitive)
+ Addedwebassemblyjs@1.1.2-y.1(transitive)
- Removed@webassemblyjs/helper-leb128@1.1.2-y.0(transitive)
- Removed@webassemblyjs/helper-wasm-bytecode@1.1.2-y.0(transitive)
- Removed@webassemblyjs/wasm-parser@1.1.2-y.0(transitive)
- Removed@webassemblyjs/wast-parser@1.1.2-y.0(transitive)
- Removedwebassemblyjs@1.1.2-y.0(transitive)
Updatedwebassemblyjs@1.1.2-y.1