assemblyscript icon indicating copy to clipboard operation
assemblyscript copied to clipboard

A TypeScript-like language for WebAssembly.

Results 234 assemblyscript issues
Sort by recently updated
recently updated
newest added

Hi Maintainer, I found the some tests are missed for binary expression, please decide if we need to coverage this part? and please review the below tests are suitable? ![image](https://user-images.githubusercontent.com/56120624/190368235-4fdbc918-0bed-4dfb-a26d-0c3656be72a3.png)...

Adds definitions for TypeBuilder / TypeSystem / GC / stringref APIs. etc. and performs initial integration. - [x] I've read the contributing guidelines - [x] I've added my name and...

Hey AS team, Seems like the compiler isn't exporting functions that do not have and input parameters when run in `--bindings raw` mode. For example we have a simple function...

question

Hi Maintainer, I found we still missed the test cases for property prototype (property with getter and setter) and property with tee. May I fix this with a PR, thank...

stale

Right now, the body in ```ts export function test1(x: f32): bool { return 5.0 < x } ``` infers as `someF64 < f64(someF32)` (sees `5.0`, eagerly picks `f64`), compiling to...

enhancement
general-relativity

very simple change that the tokenizer.js test file using incorrect file name. - [x] I've read the contributing guidelines - [x] I've added my name and email to the NOTICE...

I am working on an AssemblyScript function that manipulates memory directly (setting --memoryBase and using that area) and I am currently using a TypedArray to set values and then sort,...

On recent bi-weekly meeting we talked about lint system. Currently we have very basic rules for ts-lint but first of all it only for internal usage and development process, secondary...

enhancement
help wanted
good first issue
tooling

Hello, first of all the project looks very cool and promising. Second, it's not currently very clear on how to integrate it with existing TypeScript projects. Do you have any...

Currently the repo missed the tests for 2 bytes utf-8 character, 3 bytes utf-8 character and 4 bytes utf-8 character (4 bytes utf-8 character cannot bypass the parser phase, not...