-
- Notifications
You must be signed in to change notification settings - Fork 678
Pull requests: AssemblyScript/assemblyscript
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Support lifting/lowering of functions as internrefs
#2382 by dcodeIO was merged Jul 22, 2022 Loading…
2 tasks done
Improve diagnostic messages printed to console
#2381 by dcodeIO was merged Jul 22, 2022 Loading…
2 tasks done
fix function signature of v128.pmin, v128.pmax
#2379 by JesseCodeBones was merged Jul 22, 2022 Loading…
2 tasks done
Add engine requirements for package.json compatibility dependencies Pull requests that update a dependency file enhancement meta
#2378 by MaxGraey was merged Jul 20, 2022 Loading…
2 tasks done
fix: incorrect error message for declaration
#2373 by JesseCodeBones was merged Jul 20, 2022 Loading…
2 tasks done
Add fast-path for staticarray lowering if values is typedarray in bindings enhancement performance tooling
#2370 by MaxGraey was merged Jul 20, 2022 Loading…
2 tasks done
feat: Add isVector builtin enhancement standard library
#2369 by MaxGraey was merged Jul 20, 2022 Loading…
2 tasks done
feat: Add overflow detection during parsing integer literals enhancement
#2365 by MaxGraey was merged Jul 20, 2022 Loading…
2 tasks done
Introduce more faster and memory optimal BitSet as replacment of Set<i32> enhancement performance
#2361 by MaxGraey was merged Jul 20, 2022 Loading…
2 tasks done
feat: add type narrow to support better type check enhancement
#2352 by HerrCai0907 was closed Jan 28, 2023 • Draft
fix: Add coercion for unsigned 64-bit types for bindings bug compatibility enhancement
#2350 by MaxGraey was merged Jul 20, 2022 Loading…
2 tasks done
Add workaround for Math.pow constant folding (only for JS builds) enhancement
#2346 by MaxGraey was merged Jun 29, 2022 Loading…
2 tasks done
fix: Add memory & table for esm binding's exports enhancement tooling
#2344 by MaxGraey was merged Jul 20, 2022 Loading…
2 tasks done
[cli] fallback to _start value for --exportStart if argument was skipped enhancement
#2343 by MaxGraey was merged Jun 27, 2022 Loading…
2 tasks done
feat: add
--disableWarning option to disable compilation warning enhancement #2341 by HerrCai0907 was merged Jul 20, 2022 Loading…
2 tasks done
Use uncheked array access for Map#values/keys and Set#values methods enhancement performance
#2339 by MaxGraey was merged Jun 26, 2022 Loading…
2 tasks done
fix: Fix non-nullable assertion for externref-s compatibility enhancement
#2337 by MaxGraey was merged Jul 20, 2022 Loading…
2 tasks done
fix: typo suboptimial to suboptimal (#2332)
#2333 by HerrCai0907 was merged Jun 23, 2022 Loading…
2 tasks done
fix: Disallow type recursion during type declaration enhancement
#2331 by MaxGraey was merged Jun 23, 2022 Loading…
2 tasks done
Precompute power if both arguments are constants (revisit) enhancement performance
#2330 by MaxGraey was merged Jun 20, 2022 Loading…
2 tasks done
Add extra remove-unused-brs at the end in pass pipeline enhancement performance
#2328 by MaxGraey was merged Jun 20, 2022 Loading…
2 tasks done
Fix unreachable in block statement
#2325 by HerrCai0907 was merged Jun 23, 2022 Loading…
2 tasks done
ProTip! Filter pull requests by the default branch with base:main.