assemblyscript
assemblyscript copied to clipboard
A TypeScript-like language for WebAssembly.
Implement the date standard library Finished: - [x] getFullYear, getMonth, getDate, getDay, getHours, getMinutes, getSeconds, getMilliseconds - [x] setFullYear, setMonth, setDate, setHours, setMinutes, setSeconds, setMilliseconds - [x] get UTC timestamp...
- [x] I've read the contributing guidelines - [x] I've added my name and email to the NOTICE file
- [x] I've read the contributing guidelines - [x] I've added my name and email to the NOTICE file
- [x] I've read the contributing guidelines This PR implements for..of loops as well as iterators, which are important (convenience) features when writing code in assemblyscript. The optimal solution would...
⯈ Initial attempt on implementing `arguments.length` - [x] I've read the contributing guidelines
This pull request adds a simple function for creating a compound named type with type parameters using an array of `IdentifierExpression` objects - [x] I've read the contributing guidelines Question:...
This is to provide some additional analysis used to improve the code quality of the compiler. One area of debate is what limit should be allowed for function complexity. Currently...
This makes it possible to also write `import {...} from "@assemblyscript/loader/index.js"`. Some people need to write this because some tools (for example TypeScript compiler) do not yet understand how to...