Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / bytecodealliance/preview2-prototyping issues and pull requests
#100 - Rebase on the wasi-cli world.
Pull Request -
State: closed - Opened by sunfishcode over 1 year ago
#99 - Tooling issue: Components and Constructors
Issue -
State: open - Opened by pchickey over 1 year ago
- 2 comments
#98 - Make `read-via-stream` etc. infallible.
Pull Request -
State: closed - Opened by sunfishcode over 1 year ago
#97 - Cannot leave component instance issue
Issue -
State: open - Opened by Mossaka over 1 year ago
- 14 comments
#96 - Allow preopen file descriptors to be closed.
Pull Request -
State: closed - Opened by sunfishcode over 1 year ago
#95 - Depend on Wasmtime from crates.io
Pull Request -
State: closed - Opened by alexcrichton over 1 year ago
#94 - short-circuit `fd_write` in the adapter
Pull Request -
State: closed - Opened by dicej over 1 year ago
#93 - Fix timestamp-to-nanosecond conversion in the adapter
Pull Request -
State: closed - Opened by alexcrichton over 1 year ago
#92 - Clocks time show a random value ?
Issue -
State: closed - Opened by fuxiaohei over 1 year ago
- 4 comments
#91 - Rebase on the new wasi-sockets.
Pull Request -
State: closed - Opened by sunfishcode over 1 year ago
#90 - Import functions provide environment variables and preopens
Pull Request -
State: closed - Opened by pchickey over 1 year ago
#89 - Make Preview2's directory iterator omit `.` and `..`.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#88 - Refactor adapter's allocators
Pull Request -
State: closed - Opened by pchickey almost 2 years ago
#87 - Update wasi-filesystem, wasi-clocks, wasi-io, and wasi-poll.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#86 - Adapter: replace `fn unwrap` and `fn unwrap_result` with postfix `.trapping_unwrap()`
Pull Request -
State: closed - Opened by pchickey almost 2 years ago
- 1 comment
#85 - feat: add basic scaffolding for wasi http
Pull Request -
State: closed - Opened by eduardomourar almost 2 years ago
- 8 comments
#84 - Move to crates.io/releases of dependencies
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
#83 - short-circuit reentrance when allocating stack and `State`
Pull Request -
State: closed - Opened by dicej almost 2 years ago
- 3 comments
#82 - import values for preopens & environment
Pull Request -
State: closed - Opened by pchickey almost 2 years ago
#81 - wasi-tests: add configuration to ignore rights readback
Pull Request -
State: closed - Opened by pchickey almost 2 years ago
- 1 comment
#80 - Use OpenOptionsSyncExt, fill in append flag correctly
Pull Request -
State: closed - Opened by pchickey almost 2 years ago
#79 - Update to the latest wit-bindgen.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#78 - Run failed with `wasi_snapshot_preview1.wasm`
Issue -
State: closed - Opened by fuxiaohei almost 2 years ago
- 8 comments
#77 - Add the preview1 `sock_accept` function declaration to the polyfill.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#76 - Fix `poll_oneoff`'s timeout value when no timeout is requested.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#75 - update wasm-tools, plus minor build fix
Pull Request -
State: closed - Opened by pchickey almost 2 years ago
- 1 comment
#74 - use main module's `cabi_realloc` instead of `memory.grow`
Pull Request -
State: closed - Opened by dicej almost 2 years ago
#73 - Split wasi-stream into separate input and output stream types.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#72 - Fix the non-command build
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
#71 - Use a more targeted means of specifying link flags
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
#70 - Rename `wasi-future` to `waitable`.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
- 4 comments
#69 - Fill in remaining preview1-based filesystem todos hit by wasi-tests
Pull Request -
State: closed - Opened by pchickey almost 2 years ago
- 1 comment
#68 - Update wasmtime and wit-bindgen
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
- 4 comments
#67 - On Windows, ignore access-denied errors from `sync_all`.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
- 1 comment
#66 - file_dir_sync is failing on Windows
Issue -
State: closed - Opened by sunfishcode almost 2 years ago
#65 - implement some filesystem primitives
Pull Request -
State: closed - Opened by pchickey almost 2 years ago
- 4 comments
#64 - Import the Wasmtime WASI tests.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
- 1 comment
#63 - which version of `wasm-tool` is expected?
Issue -
State: closed - Opened by yamt almost 2 years ago
- 3 comments
#62 - Add `eprintln`, `unreachable`, and other macros.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#61 - Rename the `wasi` world to `wasi-command`.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#60 - wasi log context as optional
Issue -
State: open - Opened by guybedford almost 2 years ago
- 3 comments
#59 - Use the `wasi-stderr` API for stderr
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
- 4 comments
#58 - Implement `sync` and `datasync` on files and directories.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#57 - Command stderr being piped to wasi log
Issue -
State: closed - Opened by guybedford almost 2 years ago
- 1 comment
#56 - Unreachable on proc_exit
Issue -
State: closed - Opened by guybedford almost 2 years ago
- 5 comments
#55 - Change the filesystem timestamp to seconds+nanoseconds.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#54 - printf stops working after command completion
Issue -
State: open - Opened by guybedford almost 2 years ago
- 3 comments
#53 - Teach poll_oneoff how to poll for immediately-available I/O
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#52 - Try to detect memory corruption with "magic" canaries
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
#51 - fix a couple of host/src/main.rs issues
Pull Request -
State: closed - Opened by dicej almost 2 years ago
#50 - Implement file append functionality.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
- 1 comment
#49 - Minor cleanups
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#48 - Command stdout being closed early
Issue -
State: closed - Opened by guybedford almost 2 years ago
- 5 comments
#47 - update `readdir` etc to use new error handling scheme
Pull Request -
State: closed - Opened by dicej almost 2 years ago
- 1 comment
#46 - fix compile failed by wasmtime::component::Error dropped
Pull Request -
State: closed - Opened by fuxiaohei almost 2 years ago
- 3 comments
#45 - implement `wasi-filesystem::readdir` and related functions
Pull Request -
State: closed - Opened by dicej almost 2 years ago
- 2 comments
#44 - Generate and upload bindings artifacts to make them easier to look at.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#43 - Add CI tests for Windows and start tidying up Windows support.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
- 1 comment
#42 - Implement host file flags and type functions.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#41 - Start a preview2-to-preview1 polyfill.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
- 5 comments
#40 - Implement `command` exit statuses.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#39 - Add `close` functions for clock handles.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#38 - Fix `fd_renumber` to handle output fds that aren't previously allocated.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#37 - Meaning of change-file-permissions-at?
Issue -
State: closed - Opened by bjorn3 almost 2 years ago
- 2 comments
#36 - Add a way to get a random `u64`.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
- 1 comment
#35 - Remove no-longer-needed `#[allow(...)]` directives.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#34 - Fix a broken link in a doc comment.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#33 - Add basic TCP socket APIs.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
- 3 comments
#32 - Wasmtime no longer have wasmtime::component::Error
Issue -
State: closed - Opened by Mossaka almost 2 years ago
- 2 comments
#31 - How to handle environment variables in Preview 2 and its implementations
Issue -
State: closed - Opened by dicej almost 2 years ago
- 6 comments
#30 - add tests for `wasi-random`, `wasi-clocks`, and stdin
Pull Request -
State: closed - Opened by dicej almost 2 years ago
#29 - Add pseudo-streams.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
- 2 comments
#28 - add support for environment variables and preopens
Pull Request -
State: closed - Opened by dicej almost 2 years ago
- 4 comments
#27 - Don't print extra metadata in stdout/stderr, and implement proc_exit
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
- 3 comments
#26 - cargo update
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
- 3 comments
#25 - Upgrade `wasmtime` and remove `wit-bindgen-host-wasmtime-rust`
Pull Request -
State: closed - Opened by tqwewe almost 2 years ago
- 1 comment
#24 - Implement `getrandom` using `Standard` distribution
Pull Request -
State: closed - Opened by tqwewe almost 2 years ago
- 1 comment
#23 - Implement the `fd_readdir` function
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
- 4 comments
#22 - import `wasi-common` and adapt it for use in host implementation
Pull Request -
State: closed - Opened by dicej almost 2 years ago
- 5 comments
#21 - Implement `fd_renumber`.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#20 - Sync wasi.wit with wasi-filesystem
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#19 - Fix prints in non-command builds
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
- 2 comments
#18 - Implement `path_open`.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#17 - Update a few aspects of the adapter build
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
- 6 comments
#16 - Implement args_{get,sizes_get} functions
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
- 1 comment
#15 - Upload a release artifact from CI
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
#14 - Update Wasmtime/tooling dependencies
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
- 1 comment
#13 - Simplify global state management in adapter
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
#12 - Implement `clock_{time,res}_get`
Pull Request -
State: closed - Opened by alexcrichton almost 2 years ago
#11 - sketch of `poll_oneoff` polyfill
Pull Request -
State: closed - Opened by dicej almost 2 years ago
- 5 comments
#10 - Implement `fd_fdstat_get` and `fd_fdstat_set_flags`.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#9 - Swap `info` and `fd-info`
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#8 - Implement polyfills for several wasi-filesystem functions
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#7 - Change the `len` parameter of `fadvise` to `filesize`.
Pull Request -
State: closed - Opened by sunfishcode almost 2 years ago
#6 - convert poll interface to use "future" pseudo-handles
Pull Request -
State: closed - Opened by dicej about 2 years ago
- 1 comment
#5 - start stubbing out a host implementation
Pull Request -
State: closed - Opened by pchickey about 2 years ago
#4 - Implement file descriptor table, and several functions
Pull Request -
State: closed - Opened by sunfishcode about 2 years ago
#3 - Implement a polyfill for `path_readlink`.
Pull Request -
State: closed - Opened by sunfishcode about 2 years ago
#2 - Misc tidying
Pull Request -
State: closed - Opened by sunfishcode about 2 years ago
#1 - Add test on CI and infrastructure for wasm globals
Pull Request -
State: closed - Opened by alexcrichton about 2 years ago