Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 30, 2020
1 parent 5a46aad commit 2f5f66f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/asc.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/asc.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/assemblyscript.d.ts
Expand Up @@ -4136,6 +4136,8 @@ declare module "assemblyscript/src/compiler" {
const start = "_start";
/** Name of the argumentsLength varargs helper global. */
const argumentsLength = "__argumentsLength";
/** Name of the alternative argumentsLength setter function. */
const setArgumentsLength = "__setArgumentsLength";
/** Name of the memory instance, if exported. */
const memory = "memory";
/** Name of the table instance, if exported. */
Expand Down Expand Up @@ -4491,6 +4493,7 @@ declare module "assemblyscript/src/builtins" {
const start = "~start";
const started = "~started";
const argumentsLength = "~argumentsLength";
const setArgumentsLength = "~setArgumentsLength";
const isInteger = "~lib/builtins/isInteger";
const isFloat = "~lib/builtins/isFloat";
const isBoolean = "~lib/builtins/isBoolean";
Expand Down
2 changes: 1 addition & 1 deletion dist/assemblyscript.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assemblyscript.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sdk.js
@@ -1,6 +1,6 @@
const BINARYEN_VERSION = "90.0.0-nightly.20200128";
const LONG_VERSION = "4.0.0";
const ASSEMBLYSCRIPT_VERSION = "0.9.0";
const ASSEMBLYSCRIPT_VERSION = "0.9.1";

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

0 comments on commit 2f5f66f

Please sign in to comment.