Ecosyste.ms: Issues

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

GitHub / WebAssembly/wasi-io issues and pull requests

#97 - Unify the format of wit files

Pull Request - State: open - Opened by oovm 8 days ago

#96 - Set publishing permission

Pull Request - State: closed - Opened by yoshuawuyts 2 months ago

#95 - fix publish action

Pull Request - State: closed - Opened by yoshuawuyts 2 months ago

#94 - fix publish

Pull Request - State: closed - Opened by yoshuawuyts 2 months ago

#93 - Update publish.yml

Pull Request - State: closed - Opened by yoshuawuyts 2 months ago

#92 - Fix publishing action

Pull Request - State: closed - Opened by yoshuawuyts 2 months ago

#91 - fix: pin version for action

Pull Request - State: closed - Opened by ricochet 2 months ago

#90 - ci: add wkg oci publish

Pull Request - State: closed - Opened by ricochet 2 months ago

#89 - release: v0.2.3

Pull Request - State: closed - Opened by ricochet 2 months ago

#88 - fix typo: remove extra '}' in API walk-through

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

#87 - Update to v0.2.2

Pull Request - State: closed - Opened by yoshuawuyts 4 months ago

#86 - Proposal: add `output-stream::(blocking-)close`

Pull Request - State: open - Opened by badeend 6 months ago - 7 comments

#85 - Add missing since annotation to `output-stream::subscribe`

Pull Request - State: closed - Opened by badeend 6 months ago

#84 - Document that stream errors are final.

Pull Request - State: closed - Opened by badeend 6 months ago

#83 - What is allowed to happen after `last-operation-failed` ?

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

#82 - Update to v0.2.1

Pull Request - State: closed - Opened by yoshuawuyts 6 months ago

#81 - Add minimal, complete, working examples

Issue - State: open - Opened by guest271314 7 months ago

#80 - Fix typos.

Pull Request - State: closed - Opened by waywardmonkeys 7 months ago

#79 - Clarify behavior when dropping an active output-stream

Pull Request - State: closed - Opened by badeend 7 months ago - 2 comments

#78 - Document per-item versions using `@since` gates

Pull Request - State: closed - Opened by yoshuawuyts 8 months ago - 1 comment

#77 - Comment changes

Pull Request - State: closed - Opened by FrankReh 10 months ago

#76 - poll_list timeouts

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

#75 - add poll.check

Pull Request - State: open - Opened by guybedford 11 months ago - 5 comments

#74 - Add `output-stream::cancel` and trap if dropped during active write

Pull Request - State: open - Opened by badeend 12 months ago - 1 comment

#73 - What does "flush" mean?

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

#72 - Make splice atomic

Pull Request - State: open - Opened by badeend 12 months ago - 6 comments

#71 - Add `forward`

Pull Request - State: open - Opened by badeend 12 months ago - 2 comments

#70 - chore: pin wasi-io v0.2.0

Pull Request - State: closed - Opened by ricochet almost 1 year ago

#69 - poll: Require there to be at least one item.

Pull Request - State: closed - Opened by badeend about 1 year ago - 2 comments

#68 - Release Preview 2: set package version to 0.2.0

Pull Request - State: closed - Opened by pchickey about 1 year ago

#67 - Clarify poll with empty list

Issue - State: closed - Opened by badeend about 1 year ago - 2 comments

#66 - Specify that text in streams is transmitted in UTF-8.

Pull Request - State: closed - Opened by sunfishcode about 1 year ago

#65 - Support character-based reading and writing?

Issue - State: closed - Opened by oovm about 1 year ago - 3 comments

#64 - How to implement a minimized `"hello world"`?

Issue - State: closed - Opened by oovm about 1 year ago - 8 comments

#63 - Update release candidate to 0.2.0-rc-2023-12-05

Pull Request - State: closed - Opened by ricochet about 1 year ago - 2 comments

#62 - wasi-io has advanced to phase 3

Pull Request - State: closed - Opened by pchickey about 1 year ago

#61 - Update README.md: fill in Portability Criteria

Pull Request - State: closed - Opened by pchickey about 1 year ago

#60 - what's the purpose of `pollable.block`?

Issue - State: closed - Opened by yamt about 1 year ago - 2 comments

#59 - Documentation fix

Pull Request - State: closed - Opened by badeend about 1 year ago

#58 - Ordering constraints on indices returned by `wasi:io/poll/poll`?

Issue - State: open - Opened by tschneidereit about 1 year ago - 4 comments

#57 - set package version to 0.2.0-rc-2023-11-10

Pull Request - State: closed - Opened by pchickey about 1 year ago

#56 - move error resource to its own interface.

Pull Request - State: closed - Opened by pchickey about 1 year ago

#55 - Consider renaming error resource `to-debug-string` to `to-string`

Issue - State: open - Opened by guybedford over 1 year ago - 5 comments

#54 - pollable: add methods block & ready, rename poll-list to poll

Pull Request - State: closed - Opened by pchickey over 1 year ago

#53 - Fixes for output-stream.splice, and delete forward

Pull Request - State: closed - Opened by pchickey over 1 year ago

#51 - Non-blocking poll_list alternative

Issue - State: closed - Opened by guybedford over 1 year ago - 1 comment

#49 - Add semicolons in WIT files

Pull Request - State: closed - Opened by alexcrichton over 1 year ago

#48 - Document how `poll_list` handles errors

Issue - State: open - Opened by sunfishcode over 1 year ago - 3 comments

#47 - How should read/write errors be represented?

Issue - State: closed - Opened by alexcrichton over 1 year ago - 1 comment

#46 - Convert to Resources, and other API cleanups.

Pull Request - State: closed - Opened by sunfishcode over 1 year ago - 2 comments

#45 - New backpressure and flushing scheme for output-stream

Pull Request - State: closed - Opened by pchickey over 1 year ago - 1 comment

#44 - Should blocking functions be enhanced or removed?

Issue - State: closed - Opened by alexcrichton over 1 year ago - 2 comments

#44 - Should blocking functions be enhanced or removed?

Issue - State: closed - Opened by alexcrichton over 1 year ago - 2 comments

#43 - How to open a stream?

Issue - State: closed - Opened by dannypsnl over 1 year ago - 2 comments

#42 - chore: update example-world to imports

Pull Request - State: closed - Opened by Mossaka over 1 year ago - 1 comment

#41 - chore: sync with Wasmtime 12

Pull Request - State: closed - Opened by rvolosatovs over 1 year ago - 1 comment

#40 - Streams between components in Preview 2

Issue - State: open - Opened by penzn over 1 year ago - 1 comment

#39 - build: update `wasi-poll`

Pull Request - State: closed - Opened by rvolosatovs over 1 year ago

#37 - Update to resources.

Pull Request - State: closed - Opened by sunfishcode over 1 year ago - 2 comments

#36 - Use a `stream-status` type instead of `bool` for end-of-stream.

Pull Request - State: closed - Opened by sunfishcode over 1 year ago

#35 - Update wit-abi to 0.11.0

Pull Request - State: closed - Opened by pchickey over 1 year ago

#34 - ci: update `wit-deps`

Pull Request - State: closed - Opened by rvolosatovs over 1 year ago - 1 comment

#33 - Add wit-deps.toml

Pull Request - State: closed - Opened by Mossaka over 1 year ago - 4 comments

#32 - Update to the newest WITs

Pull Request - State: closed - Opened by Mossaka over 1 year ago

#31 - Add a passive stream read handler for input-stream

Issue - State: open - Opened by autodidaddict over 1 year ago - 3 comments

#30 - Bi-directional streams

Issue - State: closed - Opened by eduardomourar almost 2 years ago - 4 comments

#29 - chore: add w3c license to repository

Pull Request - State: closed - Opened by eduardomourar almost 2 years ago - 4 comments

#28 - Add explicit blocking functions.

Pull Request - State: closed - Opened by sunfishcode almost 2 years ago - 5 comments

#27 - Clarify the meaning of `read`'s end-of-stream return value.

Pull Request - State: closed - Opened by sunfishcode almost 2 years ago

#26 - Update to the latest wasi-proposal-repo format.

Pull Request - State: closed - Opened by sunfishcode almost 2 years ago

#25 - Non-blocking streams

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

#24 - Make input-stream and output-stream always non-blocking.

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

#23 - Add a `would-block` error code.

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

#22 - Rename the `subscribe` functions for consistency.

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

#21 - Populate the table of contents in README.md.

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

#20 - Add a polling interface for streams.

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

#19 - Update to the latest wasi-proposal-repo format.

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

#18 - Fix the name of `write-zeroes`.

Pull Request - State: closed - Opened by sunfishcode almost 2 years ago

#17 - Change `write-repeated` to `write-zeroes`.

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

#16 - Populate the table of contents in README.md

Issue - State: closed - Opened by sunfishcode about 2 years ago

#15 - Add more content to the README.md and the documentation

Pull Request - State: closed - Opened by sunfishcode about 2 years ago

#14 - Populate with new wasi-io content.

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

#13 - Can pipe method have two results?

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

#11 - Is WASI-IO an IoC scheme?

Issue - State: closed - Opened by ProdigySim about 3 years ago - 6 comments

#10 - Use `u64` instead of `$size` in the zero-copying I/O methods.

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

#9 - What is a push?

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

#8 - Add an initial witx file for I/O Arrays.

Pull Request - State: closed - Opened by sunfishcode almost 4 years ago

#7 - Short reads versus determinism

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

#6 - Peek?

Issue - State: closed - Opened by sunfishcode almost 4 years ago - 1 comment

#5 - Update the top-level README.md with more information.

Pull Request - State: closed - Opened by sunfishcode almost 4 years ago

#4 - Add an initial witx file for I/O Streams.

Pull Request - State: closed - Opened by sunfishcode almost 4 years ago

#3 - Incoporate ideas from WebAssembly/WASI#240

Issue - State: closed - Opened by sunfishcode almost 4 years ago - 1 comment

#2 - Populate the wasi-io proposal with very preliminary content.

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

#1 - Any draft version of wasi-io?

Issue - State: closed - Opened by lygstate almost 4 years ago - 3 comments