An open API service for providing issue and pull request metadata for open source projects.

GitHub / AssemblyScript/assemblyscript issues and pull requests

#2958 - chore: remove baseUrl from std/assembly.json

Pull Request - State: open - Opened by EDM115 3 months ago

#2957 - Custom error message not working

Issue - State: open - Opened by KieranP 3 months ago - 1 comment
Labels: bug

#2956 - Map.get() always returns error, no way to catch it?

Issue - State: open - Opened by KieranP 3 months ago - 4 comments
Labels: question

#2955 - chore: friendly initial test in asinit

Pull Request - State: closed - Opened by Mopsgamer 4 months ago

#2954 - Improve `asinit` tests

Issue - State: closed - Opened by Mopsgamer 4 months ago - 1 comment
Labels: enhancement

#2953 - template string with recursive function lead to wrong result

Issue - State: open - Opened by HerrCai0907 4 months ago
Labels: bug

#2952 - chore: fix wrong float test

Pull Request - State: closed - Opened by HerrCai0907 4 months ago

#2951 - chore: refactor builtin type resolving to `builtins.ts`

Pull Request - State: open - Opened by HerrCai0907 4 months ago - 3 comments

#2951 - chore: refactor builtin type resolving to `builtins.ts`

Pull Request - State: closed - Opened by HerrCai0907 4 months ago - 3 comments

#2950 - feat: support element access of enum

Pull Request - State: open - Opened by HerrCai0907 5 months ago

#2950 - feat: support element access of enum

Pull Request - State: closed - Opened by HerrCai0907 5 months ago - 2 comments

#2949 - chore: refactor unary postfix code emitter to reduce nested tostack

Pull Request - State: closed - Opened by HerrCai0907 5 months ago - 1 comment

#2947 - fix: simplify && and || when the LHS is constant

Pull Request - State: closed - Opened by CountBleck 5 months ago

#2945 - feat: optimize string literal tostack behavior

Pull Request - State: closed - Opened by HerrCai0907 5 months ago - 3 comments

#2944 - chore: add missing resolve-ternary.json

Pull Request - State: closed - Opened by HerrCai0907 5 months ago

#2942 - Use `WebAssembly.Memory#toResizableBuffer()` in JS bindings

Issue - State: open - Opened by CountBleck 6 months ago
Labels: enhancement

#2941 - feat: Map support constructor initialization with MapInitialEntries

Pull Request - State: closed - Opened by pebrianz 6 months ago - 4 comments
Labels: stale

#2940 - Allow Map to be initialized with an iterable

Issue - State: open - Opened by pebrianz 6 months ago
Labels: enhancement

#2939 - feat: add [key: i32]: string to String type definition

Pull Request - State: closed - Opened by pebrianz 6 months ago

#2939 - feat: add [key: i32]: string to String type definition

Pull Request - State: closed - Opened by pebrianz 6 months ago

#2935 - chore: refactor `ensureConstructor` with `CommonNames` instead of raw string

Pull Request - State: closed - Opened by HerrCai0907 7 months ago - 1 comment

#2934 - fix: avoid to use visit wrapper for __visit_globals

Pull Request - State: closed - Opened by HerrCai0907 7 months ago - 1 comment

#2933 - fix: remove non-zero check before __visit

Pull Request - State: closed - Opened by HerrCai0907 7 months ago - 1 comment

#2933 - fix: remove non-zero check before __visit

Pull Request - State: closed - Opened by HerrCai0907 7 months ago - 1 comment

#2930 - Math.log not working correctly?

Issue - State: closed - Opened by codemonkeynorth 8 months ago - 5 comments
Labels: question, stale

#2929 - After update to 0.28.2, run asbuild fail with error: ReferenceError: fetch is not defined

Issue - State: closed - Opened by leeho0108 8 months ago - 4 comments
Labels: bug

#2928 - fix: allow using nullable strings in template literals

Pull Request - State: closed - Opened by CountBleck 8 months ago - 2 comments

#2928 - fix: WIP: allow using nullable strings in template literals

Pull Request - State: open - Opened by CountBleck 8 months ago

#2927 - chore: update Binaryen

Pull Request - State: closed - Opened by CountBleck 8 months ago - 1 comment

#2927 - chore: update Binaryen

Pull Request - State: closed - Opened by CountBleck 8 months ago - 1 comment

#2926 - feat: support more types in switch statements

Pull Request - State: closed - Opened by mattjohnsonpint 8 months ago - 5 comments

#2926 - feat: support more types in switch statements

Pull Request - State: closed - Opened by mattjohnsonpint 8 months ago - 5 comments

#2925 - breaking: bump supported Node.js version to v20+

Pull Request - State: closed - Opened by CountBleck 8 months ago

#2925 - breaking: bump supported Node.js version to v20+

Pull Request - State: closed - Opened by CountBleck 8 months ago

#2924 - fix: builtin_call_indirect does not manage GC obj correctly

Pull Request - State: closed - Opened by HerrCai0907 9 months ago

#2923 - [GC] incorrect memory management for call_indirect builtin

Issue - State: closed - Opened by HerrCai0907 9 months ago
Labels: bug

#2922 - fix: use Object.setPrototypeOf in JS bindings

Pull Request - State: closed - Opened by CountBleck 9 months ago - 1 comment

#2921 - Raw bindings get undefined "exports" var

Issue - State: open - Opened by calibertechnology 9 months ago
Labels: bug

#2920 - fix: avoid powi opt in js engine only when exponent <= 2

Pull Request - State: open - Opened by HerrCai0907 9 months ago

#2919 - Strings aren't supported in switch statements

Issue - State: open - Opened by mattjohnsonpint 9 months ago
Labels: bug

#2918 - Can't use nullable strings in template literal

Issue - State: open - Opened by mattjohnsonpint 9 months ago
Labels: bug

#2917 - fix: remove unused tmp local in array literal generated code

Pull Request - State: closed - Opened by HerrCai0907 9 months ago - 2 comments

#2916 - fix: remove erroneous `declare` for `inline.always`

Pull Request - State: closed - Opened by CountBleck 10 months ago

#2916 - fix: remove erroneous `declare` for `inline.always`

Pull Request - State: closed - Opened by CountBleck 10 months ago

#2914 - process.env (wasi) not working

Issue - State: closed - Opened by vm-001 11 months ago - 1 comment
Labels: question

#2913 - feat: use second table to visit members

Pull Request - State: closed - Opened by HerrCai0907 11 months ago - 3 comments
Labels: stale

#2913 - feat: use second table to visit members

Pull Request - State: open - Opened by HerrCai0907 11 months ago

#2912 - chore: bump esbuild from 0.24.2 to 0.25.0

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago
Labels: dependencies

#2912 - chore: bump esbuild from 0.24.2 to 0.25.0

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago
Labels: dependencies

#2911 - Date.now is documented as `i64` but wasm module expects a `f64`

Issue - State: closed - Opened by nguterresn 12 months ago - 2 comments
Labels: question

#2910 - feat: enhance `lowMemoryLimit` to support larger than 64k memory limitation

Pull Request - State: closed - Opened by HerrCai0907 12 months ago - 4 comments
Labels: stale

#2910 - feat: enhance `lowMemoryLimit` to support larger than 64k memory limitation

Pull Request - State: open - Opened by HerrCai0907 12 months ago - 4 comments

#2909 - NaN vs -NaN (negative NaN) on macOS/arm64

Issue - State: open - Opened by mattjohnsonpint about 1 year ago
Labels: bug

#2908 - fix: use single precision for dtoa with f32

Pull Request - State: closed - Opened by mattjohnsonpint about 1 year ago - 3 comments

#2908 - fix: use single precision for dtoa with f32

Pull Request - State: open - Opened by mattjohnsonpint about 1 year ago - 3 comments

#2907 - chore: update dependencies

Pull Request - State: closed - Opened by mattjohnsonpint about 1 year ago - 1 comment

#2907 - chore: update dependencies

Pull Request - State: closed - Opened by mattjohnsonpint about 1 year ago - 1 comment

#2906 - feat: support 'this' type on methods and properties

Pull Request - State: open - Opened by mattjohnsonpint about 1 year ago

#2905 - feat: Support rest params in function calls

Pull Request - State: closed - Opened by mattjohnsonpint about 1 year ago - 11 comments

#2905 - feat: Support rest params in function calls

Pull Request - State: closed - Opened by mattjohnsonpint about 1 year ago - 11 comments

#2904 - `this` type should return instance type when overridden

Issue - State: open - Opened by mattjohnsonpint about 1 year ago
Labels: bug

#2903 - Add navigator.userAgent to global scope

Issue - State: closed - Opened by guest271314 about 1 year ago - 1 comment
Labels: enhancement

#2902 - wasmtime wasm trap: integer divide by zero

Issue - State: closed - Opened by guest271314 about 1 year ago - 9 comments
Labels: question

#2901 - Why is wasm2js from AssemblyScript input hanging?

Issue - State: closed - Opened by guest271314 about 1 year ago - 10 comments
Labels: question

#2900 - wasm2js throws Fatal: error in validating input

Issue - State: closed - Opened by guest271314 about 1 year ago - 3 comments
Labels: question

#2899 - How to read stdin?

Issue - State: open - Opened by guest271314 about 1 year ago
Labels: question

#2898 - How to create standalone WASM in AssemblyScript editor without abort() for use with wasmtime?

Issue - State: closed - Opened by guest271314 about 1 year ago - 2 comments
Labels: question

#2897 - ERROR AS100: Not implemented: union types

Issue - State: closed - Opened by BaseMax about 1 year ago - 1 comment
Labels: question, stale

#2896 - Support private properties syntax

Issue - State: open - Opened by lloydjatkinson about 1 year ago
Labels: enhancement

#2895 - feat: add an alwaysInline builtin

Pull Request - State: closed - Opened by CountBleck about 1 year ago - 12 comments

#2894 - feat: Constructor generic type inference

Pull Request - State: closed - Opened by mattjohnsonpint about 1 year ago - 7 comments

#2894 - feat: Constructor generic type inference

Pull Request - State: closed - Opened by mattjohnsonpint about 1 year ago - 7 comments

#2893 - Constructor type inference

Issue - State: closed - Opened by mattjohnsonpint about 1 year ago - 3 comments
Labels: enhancement

#2892 - Inconsistency with TypedArray looping, index change and operation one-liner

Issue - State: closed - Opened by Nerivec about 1 year ago - 1 comment
Labels: bug

#2891 - Add support for labeled statements, breaks, and continues

Pull Request - State: open - Opened by CountBleck about 1 year ago

#2891 - break: Add support for labeled statements, breaks, and continues

Pull Request - State: open - Opened by CountBleck about 1 year ago - 5 comments
Labels: breaking change

#2889 - Support labeled statements

Issue - State: open - Opened by wrnrlr about 1 year ago
Labels: enhancement

#2888 - Memory incoherence when using --path

Issue - State: open - Opened by amoffat about 1 year ago
Labels: bug

#2887 - chore: import node process to skip checking runtime

Pull Request - State: closed - Opened by o-az about 1 year ago

#2887 - chore: import node process to skip checking runtime

Pull Request - State: closed - Opened by o-az about 1 year ago

#2886 - Heap allocation results in a crash in GC or the guest function call hanging

Issue - State: closed - Opened by epsylonix about 1 year ago - 6 comments
Labels: question

#2885 - chore: remove last instance of setup-node-nvm

Pull Request - State: closed - Opened by CountBleck about 1 year ago

#2885 - chore: remove last instance of setup-node-nvm

Pull Request - State: closed - Opened by CountBleck about 1 year ago

#2884 - Include runtime from current directory instead of lib

Pull Request - State: open - Opened by sasq64 about 1 year ago

#2884 - feat: include runtime from current directory instead of lib

Pull Request - State: closed - Opened by sasq64 about 1 year ago - 7 comments

#2883 - chore: remove redundant word in comment

Pull Request - State: closed - Opened by longxiangqiao over 1 year ago