Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / WebAssembly/component-model issues and pull requests

#449 - docs: align wit indentation

Pull Request - State: closed - Opened by ricochet 4 days ago - 1 comment

#448 - Minimal asynchronous example

Issue - State: open - Opened by oovm 10 days ago

#447 - Add `thread.spawn_indirect`

Pull Request - State: open - Opened by abrown 11 days ago

#445 - Normalize WAT codeblock syntax names

Pull Request - State: closed - Opened by mkatychev 19 days ago - 2 comments

#443 - Describe how start works in the context of async

Pull Request - State: open - Opened by lukewagner 28 days ago

#442 - Add 'non-blocking' function attribute

Pull Request - State: open - Opened by lukewagner 29 days ago - 11 comments

#441 - How to implement non-blocking POSIX `send` in terms of `stream.write`?

Issue - State: open - Opened by badeend 30 days ago - 8 comments

#440 - Make future and stream element types optional

Pull Request - State: closed - Opened by lukewagner about 1 month ago

#438 - Async: add and decouple "waitable sets" from tasks

Pull Request - State: closed - Opened by lukewagner about 1 month ago - 1 comment

#436 - constructors that return `result<>`

Issue - State: closed - Opened by OmarTawfik about 1 month ago - 2 comments

#435 - Single-module components

Issue - State: open - Opened by sunfishcode about 1 month ago - 3 comments

#434 - Potential optimization for imported async functions

Issue - State: open - Opened by cpetig about 1 month ago - 1 comment

#433 - How to restrict import of unused features required by string type?

Issue - State: closed - Opened by XX about 2 months ago - 8 comments

#432 - Give components their own file type

Issue - State: open - Opened by spotandjake about 2 months ago - 6 comments

#430 - Support Recursive Values

Issue - State: open - Opened by jdegoes 2 months ago - 4 comments

#429 - question: are refinement types viable?

Issue - State: open - Opened by dzmitry-lahoda 2 months ago - 6 comments

#428 - fix the name of `thread.available_parallelism` in Binary.md

Pull Request - State: closed - Opened by liigo 2 months ago - 1 comment

#426 - Allow exporting types directly worlds without interface

Issue - State: open - Opened by jcbhmr 2 months ago - 1 comment

#425 - Remove the final "done" state of subtasks from the async ABI

Pull Request - State: closed - Opened by lukewagner 3 months ago - 1 comment

#424 - Mention that the async model can be implemented using callbacks

Pull Request - State: closed - Opened by sunfishcode 3 months ago - 1 comment

#423 - Add runtime instantiation to component model

Issue - State: open - Opened by pothos 10 months ago - 2 comments

#422 - Question about export naming convention in core module

Issue - State: closed - Opened by tanishiking 3 months ago - 2 comments

#421 - Remove `TypeType` and `ValueType`.

Pull Request - State: closed - Opened by sunfishcode 3 months ago - 1 comment

#420 - Remove an unneeded `None` check.

Pull Request - State: closed - Opened by sunfishcode 3 months ago - 2 comments

#419 - Rename `hw_concurrency` to `available_parallelism`.

Pull Request - State: closed - Opened by sunfishcode 3 months ago - 3 comments

#418 - Implement seekable streams

Issue - State: closed - Opened by cdmurph32 3 months ago - 8 comments

#417 - Fix some typos in Explainer.md.

Pull Request - State: closed - Opened by sunfishcode 3 months ago - 1 comment

#416 - Fix the return type of `Task`'s `maybe_next_event`.

Pull Request - State: closed - Opened by sunfishcode 3 months ago - 1 comment

#415 - Tidy up whitespace in Binary.md.

Pull Request - State: closed - Opened by sunfishcode 3 months ago - 1 comment

#414 - Remove or note status of `refines`

Issue - State: closed - Opened by lann 3 months ago - 1 comment

#414 - Remove or note status of `refines`

Issue - State: closed - Opened by lann 3 months ago - 1 comment

#413 - Reorganize the "Canonical Built-ins" section of Explainer.md.

Pull Request - State: closed - Opened by sunfishcode 3 months ago - 1 comment

#411 - component model breaks protobuf main

Issue - State: closed - Opened by SoniEx2 3 months ago - 2 comments

#410 - Eager return from async-lifted/lowered functions

Issue - State: closed - Opened by badeend 3 months ago - 2 comments

#409 - How does resource drop function get realized by use-site component?

Issue - State: closed - Opened by dannypsnl 4 months ago - 7 comments

#408 - GitHub Actions: Upgrade checkout and setup-python

Pull Request - State: closed - Opened by cclauss 4 months ago - 1 comment

#407 - Reorganize the Canonical Built-ins section.

Pull Request - State: closed - Opened by sunfishcode 4 months ago - 1 comment

#405 - Add 'stream' and 'future' types

Pull Request - State: closed - Opened by lukewagner 4 months ago - 5 comments

#402 - Remove implicit import behavior of 'use'

Pull Request - State: open - Opened by lukewagner 5 months ago - 14 comments

#395 - Relax requirements on assigning integers to resource handles

Issue - State: closed - Opened by alexcrichton 5 months ago - 7 comments

#389 - Consider adding an `error` type

Issue - State: open - Opened by lukewagner 6 months ago - 5 comments

#389 - Consider adding an `error` type

Issue - State: closed - Opened by lukewagner 6 months ago - 6 comments

#386 - Symmetrical ABI for component fusion and shared everything

Issue - State: open - Opened by cpetig 7 months ago - 15 comments

#378 - Add BuildTargets.md

Pull Request - State: open - Opened by lukewagner 7 months ago - 12 comments

#369 - Caller provided buffers question

Issue - State: open - Opened by badeend 8 months ago - 33 comments

#365 - Provide values for enums/constants

Issue - State: open - Opened by vlhomutov 9 months ago - 15 comments

#235 - Resource properties

Issue - State: open - Opened by badeend over 1 year ago - 15 comments
Labels: enhancement

#224 - UTF-8 Invalid sequences for component model strings

Issue - State: closed - Opened by rajsite over 1 year ago - 2 comments
Labels: question

#197 - Why `create-2d` is an invalid identifier?

Issue - State: open - Opened by ghost almost 2 years ago - 4 comments
Labels: question

#125 - Dictionaries

Issue - State: open - Opened by guybedford over 2 years ago - 9 comments
Labels: enhancement

#100 - When is a start function's post-return option called?

Issue - State: open - Opened by alexcrichton over 2 years ago - 14 comments

#100 - When is a start function's post-return option called?

Issue - State: open - Opened by alexcrichton over 2 years ago - 14 comments

#99 - Remove a space from a canonical ABI mangling example.

Pull Request - State: closed - Opened by sunfishcode over 2 years ago - 1 comment

#99 - Remove a space from a canonical ABI mangling example.

Pull Request - State: closed - Opened by sunfishcode over 2 years ago - 1 comment

#98 - Remove the `async` keyword from WIT.md.

Pull Request - State: closed - Opened by sunfishcode over 2 years ago - 4 comments

#98 - Remove the `async` keyword from WIT.md.

Pull Request - State: closed - Opened by sunfishcode over 2 years ago - 4 comments

#97 - Concurrent access to streams

Issue - State: closed - Opened by badeend over 2 years ago - 4 comments

#97 - Concurrent access to streams

Issue - State: closed - Opened by badeend over 2 years ago - 4 comments

#96 - Add JS API notes about variants

Pull Request - State: closed - Opened by lukewagner over 2 years ago

#96 - Add JS API notes about variants

Pull Request - State: closed - Opened by lukewagner over 2 years ago

#95 - remove component-level core aliases

Pull Request - State: closed - Opened by lukewagner over 2 years ago

#95 - remove component-level core aliases

Pull Request - State: closed - Opened by lukewagner over 2 years ago

#94 - Fix inline aliases used in 'memory' examples

Pull Request - State: closed - Opened by lukewagner over 2 years ago - 1 comment

#94 - Fix inline aliases used in 'memory' examples

Pull Request - State: closed - Opened by lukewagner over 2 years ago - 1 comment

#93 - Tweak variant/result mangling to produce valid wit

Pull Request - State: closed - Opened by lukewagner over 2 years ago

#93 - Tweak variant/result mangling to produce valid wit

Pull Request - State: closed - Opened by lukewagner over 2 years ago

#92 - Add explicit result arity to start definitions

Pull Request - State: closed - Opened by lukewagner over 2 years ago

#92 - Add explicit result arity to start definitions

Pull Request - State: closed - Opened by lukewagner over 2 years ago

#91 - Fix example which used one-level imports in a core module type

Pull Request - State: closed - Opened by pl-semiotics over 2 years ago - 1 comment

#91 - Fix example which used one-level imports in a core module type

Pull Request - State: closed - Opened by pl-semiotics over 2 years ago - 1 comment

#90 - Consistency in canonical definition indices

Issue - State: closed - Opened by pl-semiotics over 2 years ago - 2 comments

#90 - Consistency in canonical definition indices

Issue - State: closed - Opened by pl-semiotics over 2 years ago - 2 comments

#89 - Revisiting core vs component aliases

Issue - State: closed - Opened by pl-semiotics over 2 years ago - 1 comment

#89 - Revisiting core vs component aliases

Issue - State: closed - Opened by pl-semiotics over 2 years ago - 1 comment

#88 - Multiple `cabi_start` functions in Canonical ABI

Issue - State: closed - Opened by sunfishcode over 2 years ago - 2 comments

#88 - Multiple `cabi_start` functions in Canonical ABI

Issue - State: closed - Opened by sunfishcode over 2 years ago - 2 comments

#87 - Should WIT keywords be escaped in the Canonical ABI?

Issue - State: open - Opened by Liamolucko over 2 years ago - 4 comments

#87 - Should WIT keywords be escaped in the Canonical ABI?

Issue - State: open - Opened by Liamolucko over 2 years ago - 4 comments

#86 - The canonical ABI's type syntax isn't quite compatible with WIT

Issue - State: closed - Opened by Liamolucko over 2 years ago - 1 comment

#86 - The canonical ABI's type syntax isn't quite compatible with WIT

Issue - State: closed - Opened by Liamolucko over 2 years ago - 1 comment

#85 - Respect `MAX_FLAT_RESULTS` in Explainer.md

Pull Request - State: closed - Opened by Liamolucko over 2 years ago - 2 comments

#85 - Respect `MAX_FLAT_RESULTS` in Explainer.md

Pull Request - State: closed - Opened by Liamolucko over 2 years ago - 2 comments

#84 - Encoding result-arity for start functions?

Issue - State: closed - Opened by peterhuene over 2 years ago - 4 comments

#84 - Encoding result-arity for start functions?

Issue - State: closed - Opened by peterhuene over 2 years ago - 4 comments

#83 - WIT Syntax: `world`

Pull Request - State: closed - Opened by fibonacci1729 over 2 years ago - 21 comments

#83 - WIT Syntax: `world`

Pull Request - State: closed - Opened by fibonacci1729 over 2 years ago - 21 comments

#82 - Document initial profile syntax

Pull Request - State: closed - Opened by fibonacci1729 over 2 years ago

#82 - Document initial profile syntax

Pull Request - State: closed - Opened by fibonacci1729 over 2 years ago

#81 - Add some missing trap cases

Pull Request - State: closed - Opened by lukewagner over 2 years ago

#81 - Add some missing trap cases

Pull Request - State: closed - Opened by lukewagner over 2 years ago

#80 - CLI Embedding Proposal

Pull Request - State: closed - Opened by esoterra over 2 years ago - 7 comments

#80 - CLI Embedding Proposal

Pull Request - State: closed - Opened by esoterra over 2 years ago - 7 comments