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

Fix typo liner -> linear

github.com/AssemblyScript/website - Tyriar opened this pull request about 2 years ago
Remove superfluous casts in TLSF

github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request about 2 years ago
How to use this tool in typescript?

github.com/AssemblyScript/wabt.js - Dan-k391 opened this issue about 2 years ago
Remove local sharing logic

github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request about 2 years ago
Initial docs on reference / gc / string types

github.com/AssemblyScript/website - dcodeIO opened this pull request about 2 years ago
Ensure function locals are not in closures

github.com/AssemblyScript/assemblyscript - CountBleck opened this pull request about 2 years ago
sync binaryen version with AS in playground

github.com/AssemblyScript/website - MaxGraey opened this pull request about 2 years ago
Fix link in CONTRIBUTING.md

github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request about 2 years ago
Sync Binaryen version in playground

github.com/AssemblyScript/website - MaxGraey opened this pull request about 2 years ago
Fix internal setter signature caching

github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request about 2 years ago
[lint] Disable default exports in linter

github.com/AssemblyScript/assemblyscript - MaxGraey opened this pull request about 2 years ago
Fix: Remove leftover process streams

github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request about 2 years ago
Add optional test coverage reports

github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request about 2 years ago
Update API to recent binaryen's version

github.com/AssemblyScript/binaryen.js - MaxGraey opened this pull request over 2 years ago
Add detailed standards objections

github.com/AssemblyScript/website - dcodeIO opened this pull request over 2 years ago
Sync with latest Binaryen

github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request over 2 years ago
Update binaryen's version for sync with 0.21.3

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Game of life example not building

github.com/AssemblyScript/examples - sebpiq opened this issue over 2 years ago
Add stringref expression ids

github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request over 2 years ago
Update globals.md

github.com/AssemblyScript/website - xhyumiracle opened this pull request over 2 years ago
Update binaryen link

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Add i8.parse, f32.parse ... bool.parse to docs

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Update status.md

github.com/AssemblyScript/website - dcodeIO opened this pull request over 2 years ago
Add "trace" builtin function to globals.md

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
add nodejs and AssemblyScript memory share demo

github.com/AssemblyScript/examples - JesseCodeBones opened this pull request over 2 years ago
add wasmer 3.0 example with assemblyscript

github.com/AssemblyScript/website - poria-cat opened this pull request over 2 years ago
Revert "@latest" for assemblyscript paths

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Remove support for WASI

github.com/AssemblyScript/website - dcodeIO opened this pull request over 2 years ago
BREAKING CHANGE: Remove support for WASI

github.com/AssemblyScript/assemblyscript - dcodeIO opened this pull request over 2 years ago
Remove "@latest" form pathes

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Update binaryen

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Update mandelbrot

github.com/AssemblyScript/examples - MaxGraey opened this pull request over 2 years ago
Refactor i64 example

github.com/AssemblyScript/examples - MaxGraey opened this pull request over 2 years ago
Update game-of-life example

github.com/AssemblyScript/examples - MaxGraey opened this pull request over 2 years ago
Migrate to 0.20.x version for all examples

github.com/AssemblyScript/examples - HerrCai0907 opened this pull request over 2 years ago
fix n-body example for web

github.com/AssemblyScript/examples - MaxGraey opened this pull request over 2 years ago
Add @latest for assemblyscript links

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Use mified long.js for editor

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Add comment about auto exportRuntime in compiler.md

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Load minified bundle of es-module-shims

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Improve usage example

github.com/AssemblyScript/binaryen.js - MaxGraey opened this pull request over 2 years ago
Remove πŸ¦„ from standardized features

github.com/AssemblyScript/binaryen.js - MaxGraey opened this pull request over 2 years ago
Update some info in README

github.com/AssemblyScript/binaryen.js - MaxGraey opened this pull request over 2 years ago
Add link to Path-Finder

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Some minor updates for n-body example

github.com/AssemblyScript/examples - MaxGraey opened this pull request over 2 years ago
Update definition file

github.com/AssemblyScript/binaryen.js - MaxGraey opened this pull request over 2 years ago
Implement inner type aliases

github.com/AssemblyScript/assemblyscript - MaxGraey opened this issue over 2 years ago
Add ability output in wast format

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
revert node-fetch version

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Update dependencies

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Bump terser from 4.8.0 to 4.8.1

github.com/AssemblyScript/website - dependabot[bot] opened this pull request over 2 years ago
Add disableWarning compiler option

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Add isVector builtin for globals.md

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Enhancement: optimize the test coverage for parser.ts

github.com/AssemblyScript/assemblyscript - JesseCodeBones opened this pull request over 2 years ago
[FAQ] Add new tip about third party js npm modules

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
[build-with-assemblyscript] Add as-tral

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Update n-body to latest AS version

github.com/AssemblyScript/examples - MaxGraey opened this pull request over 2 years ago
Fix flag

github.com/AssemblyScript/website - mmathys opened this pull request over 2 years ago
[editor] Collapse tabs text for mobile devices

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
feature: Add `afterRead` hook (#2348)

github.com/AssemblyScript/assemblyscript - cainrus opened this pull request over 2 years ago
Remove WebAssembly Studio

github.com/AssemblyScript/website - MaxGraey opened this pull request over 2 years ago
Update built-with-assemblyscript.md

github.com/AssemblyScript/website - trusktr opened this pull request over 2 years ago
commonjs

github.com/AssemblyScript/binaryen.js - dvtate opened this issue over 2 years ago
Provide ESM version of package

github.com/AssemblyScript/wabt.js - dvtate opened this issue over 2 years ago
Mention the `entries` option of `asconfig.json`

github.com/AssemblyScript/website - trusktr opened this pull request over 2 years ago
Update getting-started.md

github.com/AssemblyScript/website - furetosan opened this pull request over 2 years ago
Bump sharp from 0.30.4 to 0.30.5

github.com/AssemblyScript/website - dependabot[bot] opened this pull request over 2 years ago
Fix type error

github.com/AssemblyScript/examples - pvorona opened this pull request over 2 years ago