lys icon indicating copy to clipboard operation
lys copied to clipboard

⚜︎ A language that compiles to WebAssembly

Results 15 lys issues
Sort by recently updated
recently updated
newest added

Working ```scala val eaten = match char { case 0x20 -> eatWhitespace(self) // space case 0x9 -> eatWhitespace(self) // \t } ``` Not working ```scala val SPACE = 0x20 val...

Right now, lengths and sizes seem to be stored using a `u32`. At the moment, this is fine for all existing WebAssembly code. However, given that there will be 64-bit...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies