Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: AssemblyScript/assemblyscript

v0.27.6

19 Jul 02:49
@github-actions github-actions
382aabe
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Bug fixes

Loading
nirus and JairusSW reacted with heart emoji
2 people reacted

v0.27.5

29 Apr 01:21
@github-actions github-actions
a0c27fa
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Bug fixes

Loading
ghalibansari, dipdowel, and JairusSW reacted with thumbs up emoji dipdowel and JairusSW reacted with heart emoji JairusSW reacted with rocket emoji
3 people reacted

v0.27.4

26 Apr 01:21
@github-actions github-actions
e28f536
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Bug fixes

Loading

v0.27.3

24 Apr 01:23
@github-actions github-actions
688746a
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Bug fixes

  • Generate wrapper binding functions for non-identifier imports (#2657) (688746a)
  • Fix missing cast in process.ts (#2693) (3b2381b)

Other

Loading

v0.27.2

12 Apr 01:21
@github-actions github-actions
77d0af2
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

New features

Bug fixes

  • Update Binaryen to 112.0.0-nightly.20230411 (#2683) (f7571a4)
    Emscripten lowered the default stack size of emitted modules to 64kb recently, easily producing stack overflows in the optimizer. This version of Binaryen increases stack size to the previous 5mb again.

Other

Loading
ahndmal and JairusSW reacted with heart emoji
2 people reacted

v0.27.1

04 Mar 01:30
@github-actions github-actions
9497c3d
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Bug fixes

  • Move compilation of instanceof helpers post override discovery (#2661) (9497c3d)

Other

Loading
ahndmal, avitsiuk, and ajwootto reacted with heart emoji
3 people reacted

v0.27.0

01 Feb 01:46
@github-actions github-actions
5cbbf84
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Breaking changes

  • Check global uses more strictly (#2632) (5cbbf84)
    Use of global variables (in the Wasm sense) is now checked more strictly to prevent undesirable execution order. If the compiler detects that it is possible that a variable might not have been initialized when accessed, a diagnostic is produced. It cannot be ruled out that some amount of existing code will be affected, since such checks are performed at runtime in JS but are proven at compile time in AS. If encountered, the fix is to move the variable's declaration up, say before the first invocation of a function (that might call another function) accessing the variable, so it is guaranteed that it is initialized before its first use.

Bug fixes

  • Update this and return type in generated child class constructor (#2635) (941b0e1)

Other

Loading

v0.26.7

25 Jan 01:26
@github-actions github-actions
bcfb5e8
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Bug fixes

Loading

v0.26.6

23 Jan 01:26
@github-actions github-actions
e06c7bc
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Bug fixes

  • Handle all possible element kinds when walking exports (#2631) (e06c7bc)
  • Diagnose not yet implemented 'in' operator (#2629) (7ccadf0)

Other

  • Add parse methods to portable. Also fix couple type definitions (#2627) (4535263)
Loading

v0.26.5

20 Jan 01:37
@github-actions github-actions
eb60348
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Bug fixes

  • Correctly analyze ParenthesizedExpression and FunctionExpression in parser (#2605) (#2620) (c0a0fd0)

Other

Loading
1 2 3 5 7 20 21

AltStyle によって変換されたページ (->オリジナル) /