@fluffylabs/anan-as 1.2.0-9f08a39 → 1.2.0-a800791

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ const runNumber = 0;
8
8
  export function fuzz(data) {
9
9
  const gas = 200n;
10
10
  const pc = 0;
11
- const vm = new Interpreter();
11
+ const vm = Interpreter.new();
12
12
  const program = wrapAsProgram(new Uint8Array(data));
13
13
  if (program.length > 100) {
14
14
  return;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fluffylabs/anan-as",
3
3
  "description": "AssemblyScript PVM interpreter.",
4
- "version": "1.2.0-9f08a39",
4
+ "version": "1.2.0-a800791",
5
5
  "main": "./dist/bin/index.js",
6
6
  "bin": {
7
7
  "anan-as": "./dist/bin/index.js"