Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
AssemblyScript
A TypeScript-like language for WebAssembly.
Collective -
Host: opensource -
https://opencollective.com/assemblyscript
- Website: https://assemblyscript.org
- Code: https://github.com/AssemblyScript
Update definitions
github.com/AssemblyScript/binaryen.js - dcodeIO opened this pull request about 5 years ago
github.com/AssemblyScript/binaryen.js - dcodeIO opened this pull request about 5 years ago
Consider a file extension other than .ts
github.com/AssemblyScript/assemblyscript - lastmjs opened this issue about 5 years ago
github.com/AssemblyScript/assemblyscript - lastmjs opened this issue about 5 years ago
Is there any way to construct expression from text?
github.com/AssemblyScript/binaryen.js - xianrenb opened this issue about 5 years ago
github.com/AssemblyScript/binaryen.js - xianrenb opened this issue about 5 years ago
fix type declaration file
github.com/AssemblyScript/wabt.js - Sharpiro opened this pull request about 5 years ago
github.com/AssemblyScript/wabt.js - Sharpiro opened this pull request about 5 years ago
Builds with Emscripten upstream are broken
github.com/AssemblyScript/binaryen.js - dcodeIO opened this issue about 5 years ago
github.com/AssemblyScript/binaryen.js - dcodeIO opened this issue about 5 years ago
Relocatable module experiment
github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request about 5 years ago
github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request about 5 years ago
Parse optional chaining and nullish coalescing
github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request about 5 years ago
github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request about 5 years ago
Use docker
github.com/AssemblyScript/binaryen.js - dcodeIO opened this pull request about 5 years ago
github.com/AssemblyScript/binaryen.js - dcodeIO opened this pull request about 5 years ago
Update travis environment
github.com/AssemblyScript/binaryen.js - MaxGraey opened this pull request about 5 years ago
github.com/AssemblyScript/binaryen.js - MaxGraey opened this pull request about 5 years ago
asbuild is currently broken (assemblyscript.getSource is not a function)
github.com/AssemblyScript/assemblyscript - JamesLMilner opened this issue over 5 years ago
github.com/AssemblyScript/assemblyscript - JamesLMilner opened this issue over 5 years ago
Figure out why builds sometimes work and most of the time don't
github.com/AssemblyScript/wabt.js - dcodeIO opened this issue over 5 years ago
github.com/AssemblyScript/wabt.js - dcodeIO opened this issue over 5 years ago
Added support for features in parseWat and readWasm
github.com/AssemblyScript/wabt.js - syrusakbary opened this pull request over 5 years ago
github.com/AssemblyScript/wabt.js - syrusakbary opened this pull request over 5 years ago
Implement closures
github.com/AssemblyScript/assemblyscript - MaxGraey opened this issue over 5 years ago
github.com/AssemblyScript/assemblyscript - MaxGraey opened this issue over 5 years ago
Add some definisions and constants for Buffer
github.com/AssemblyScript/node - MaxGraey opened this pull request over 5 years ago
github.com/AssemblyScript/node - MaxGraey opened this pull request over 5 years ago
Buffer refactoring
github.com/AssemblyScript/node - MaxGraey opened this pull request over 5 years ago
github.com/AssemblyScript/node - MaxGraey opened this pull request over 5 years ago
[Implement] Base64
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
[Implement] Buffer.swap16/32/64
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
Strange behaviour of Array#findIndex
github.com/AssemblyScript/assemblyscript - pfortini opened this issue over 5 years ago
github.com/AssemblyScript/assemblyscript - pfortini opened this issue over 5 years ago
[Implement] Read/Write BigInt and Double
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
[Implement] subarray
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
[Implement] Buffer Read/Write 32 Bit Int/Float
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
[Implement] Naive basic EventEmitter class
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
[Implement] HEX Encoding: decode, decodeUnsafe, encode
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
[Implement] Read/Write Int16/UInt16, LE and BE
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
[Implement] Buffer#inspect
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
[Implement] Buffer.writeInt8
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
[Implement] Buffer.writeUInt8
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
Buffer readuint8
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
[Cleanup] readInt8's offset defaults to 0
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
[Implement] Buffer.readInt8
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
github.com/AssemblyScript/node - RedDwarfian opened this pull request over 5 years ago
[Implement] isBuffer<T>(value: T)
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
[Implement] Buffer.compare
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
[Implement] Naive Buffer.from, and friends
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
[Implement] Buffer.concat
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
[Feature] Implement Buffer.alloc and Buffer.allocUnsafe, add tests
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
Add initial instructions to README
github.com/AssemblyScript/node - dcodeIO opened this pull request over 5 years ago
github.com/AssemblyScript/node - dcodeIO opened this pull request over 5 years ago
[Tests] Add wat output and .gitignore
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
[Testing] Initial Commit: Add as-pect tests
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
github.com/AssemblyScript/node - jtenner opened this pull request over 5 years ago
Add getGlobal and removeGlobal to API.md
github.com/AssemblyScript/binaryen.js - aheejin opened this pull request over 5 years ago
github.com/AssemblyScript/binaryen.js - aheejin opened this pull request over 5 years ago
Update APIs after instruction renaming
github.com/AssemblyScript/binaryen.js - aheejin opened this pull request over 5 years ago
github.com/AssemblyScript/binaryen.js - aheejin opened this pull request over 5 years ago
update GlobalInfo interface
github.com/AssemblyScript/binaryen.js - MaxGraey opened this pull request over 5 years ago
github.com/AssemblyScript/binaryen.js - MaxGraey opened this pull request over 5 years ago
Add missing members to getGlobalInfo API
github.com/AssemblyScript/binaryen.js - aheejin opened this pull request over 5 years ago
github.com/AssemblyScript/binaryen.js - aheejin opened this pull request over 5 years ago
Support string enums
github.com/AssemblyScript/assemblyscript - MaxGraey opened this issue over 5 years ago
github.com/AssemblyScript/assemblyscript - MaxGraey opened this issue over 5 years ago
Update TypeScript definitions and README
github.com/AssemblyScript/binaryen.js - dcodeIO opened this issue almost 6 years ago
github.com/AssemblyScript/binaryen.js - dcodeIO opened this issue almost 6 years ago
wasm experimental features toggling in parseWat is not documented
github.com/AssemblyScript/wabt.js - Voileexperiments opened this issue almost 6 years ago
github.com/AssemblyScript/wabt.js - Voileexperiments opened this issue almost 6 years ago
jsdelivr desn't contain actual binaryen version. That brokes WebAssembly Studio
github.com/AssemblyScript/binaryen.js - MaxGraey opened this issue almost 6 years ago
github.com/AssemblyScript/binaryen.js - MaxGraey opened this issue almost 6 years ago
add more optimization flags for em++
github.com/AssemblyScript/binaryen.js - MaxGraey opened this pull request almost 6 years ago
github.com/AssemblyScript/binaryen.js - MaxGraey opened this pull request almost 6 years ago
Support overflow checks of arithmetic operations
github.com/AssemblyScript/assemblyscript - MaxGraey opened this issue almost 6 years ago
github.com/AssemblyScript/assemblyscript - MaxGraey opened this issue almost 6 years ago
[Done]Implement set#forEach method
github.com/AssemblyScript/assemblyscript - LiaoPeng opened this pull request almost 6 years ago
github.com/AssemblyScript/assemblyscript - LiaoPeng opened this pull request almost 6 years ago
Support Async/Await
github.com/AssemblyScript/assemblyscript - cromwellian opened this issue about 6 years ago
github.com/AssemblyScript/assemblyscript - cromwellian opened this issue about 6 years ago
Change store return type to statement
github.com/AssemblyScript/binaryen.js - SeboCode opened this pull request about 6 years ago
github.com/AssemblyScript/binaryen.js - SeboCode opened this pull request about 6 years ago
Store returns an expression
github.com/AssemblyScript/binaryen.js - SeboCode opened this issue about 6 years ago
github.com/AssemblyScript/binaryen.js - SeboCode opened this issue about 6 years ago
error: opcode not allowed: i32.trunc_s:sat/f64
github.com/AssemblyScript/wabt.js - Horcrux7 opened this issue about 6 years ago
github.com/AssemblyScript/wabt.js - Horcrux7 opened this issue about 6 years ago
nightly is stuck at 2017-06-28
github.com/AssemblyScript/wabt.js - wanderer opened this issue almost 7 years ago
github.com/AssemblyScript/wabt.js - wanderer opened this issue almost 7 years ago
It is a very good project! Can you provide more code examples?
github.com/AssemblyScript/binaryen.js - huge818 opened this issue almost 7 years ago
github.com/AssemblyScript/binaryen.js - huge818 opened this issue almost 7 years ago
Support type inference?
github.com/AssemblyScript/assemblyscript - dtysky opened this issue almost 7 years ago
github.com/AssemblyScript/assemblyscript - dtysky opened this issue almost 7 years ago
Can we get a new release published to npm?
github.com/AssemblyScript/binaryen.js - justinmchase opened this issue about 7 years ago
github.com/AssemblyScript/binaryen.js - justinmchase opened this issue about 7 years ago
Make setMemory require segments array (even if empty)
github.com/AssemblyScript/binaryen.js - jayphelps opened this pull request about 7 years ago
github.com/AssemblyScript/binaryen.js - jayphelps opened this pull request about 7 years ago
Can't we compile binaryen to WebAssembly?
github.com/AssemblyScript/binaryen.js - nidin opened this issue over 7 years ago
github.com/AssemblyScript/binaryen.js - nidin opened this issue over 7 years ago