Skip to content

Commit 2f5f66f

Browse files
committed
Release v0.9.1
1 parent 5a46aad commit 2f5f66f

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

Diff for: dist/asc.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/asc.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/assemblyscript.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -4136,6 +4136,8 @@ declare module "assemblyscript/src/compiler" {
41364136
const start = "_start";
41374137
/** Name of the argumentsLength varargs helper global. */
41384138
const argumentsLength = "__argumentsLength";
4139+
/** Name of the alternative argumentsLength setter function. */
4140+
const setArgumentsLength = "__setArgumentsLength";
41394141
/** Name of the memory instance, if exported. */
41404142
const memory = "memory";
41414143
/** Name of the table instance, if exported. */
@@ -4491,6 +4493,7 @@ declare module "assemblyscript/src/builtins" {
44914493
const start = "~start";
44924494
const started = "~started";
44934495
const argumentsLength = "~argumentsLength";
4496+
const setArgumentsLength = "~setArgumentsLength";
44944497
const isInteger = "~lib/builtins/isInteger";
44954498
const isFloat = "~lib/builtins/isFloat";
44964499
const isBoolean = "~lib/builtins/isBoolean";

Diff for: dist/assemblyscript.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/assemblyscript.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/sdk.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const BINARYEN_VERSION = "90.0.0-nightly.20200128";
22
const LONG_VERSION = "4.0.0";
3-
const ASSEMBLYSCRIPT_VERSION = "0.9.0";
3+
const ASSEMBLYSCRIPT_VERSION = "0.9.1";
44

55
// AMD/require.js (browser)
66
if (typeof define === "function" && define.amd) {

0 commit comments

Comments
 (0)