issues
search
bytecodealliance
/
preview2-prototyping
Polyfill adapter for preview1-using wasm modules to call preview2 functions.
Other
77
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat(wasi): sync wit definition with wasmtime v13
#177
eduardomourar
closed
1 year ago
0
feat(wasi): update wasi http client to latest
#176
eduardomourar
closed
1 year ago
0
feat(preview1): implement core I/O functionality
#175
rvolosatovs
closed
1 year ago
3
add a new README describing the move
#174
pchickey
closed
1 year ago
0
make tests a little more like upstream
#173
pchickey
closed
1 year ago
1
prepare adapter directory layout for upstreaming
#172
pchickey
closed
1 year ago
0
Rename wasi-base to wasi-cli-base.
#171
sunfishcode
closed
1 year ago
0
fix(wasi): assign well-known FDs to stdio
#170
rvolosatovs
closed
1 year ago
1
feat(preview1): implement stateless host WASI calls
#169
rvolosatovs
closed
1 year ago
0
build: manage toolchain via `rust-toolchain.toml`
#168
rvolosatovs
closed
1 year ago
1
Inline the cap-std-sync implementations into wasi-common
#167
pchickey
closed
1 year ago
0
Rename `filesystem.filesystem` to `filesystem.types`.
#166
sunfishcode
opened
1 year ago
0
Revert #131, renaming `main` back to `run`.
#165
sunfishcode
closed
1 year ago
0
wasi-common: Table operations return a distinct TableError enum
#164
pchickey
closed
1 year ago
0
use a trappable error for sockets
#163
pchickey
closed
1 year ago
1
scaffold out preview 1 support
#162
pchickey
closed
1 year ago
0
adapter: StreamType::Unknown is actually Stdio
#161
pchickey
closed
1 year ago
0
separate crates for wasi-sockets
#160
pchickey
closed
1 year ago
3
Move all library code from `host` into `wasi-common`
#159
pchickey
closed
1 year ago
0
wasi-preview2-prototype: set crate license to bytecode alliance standard
#158
pchickey
closed
1 year ago
0
feat: rename wasi crate to wasi-preview2-prototype
#157
eduardomourar
closed
1 year ago
2
Redesign wasi ctx a bit
#156
pchickey
closed
1 year ago
0
Expand reactor tests to demonstrate reusing types from other crates
#155
pchickey
closed
1 year ago
0
adapter poll_oneoff: when descriptors.get_*_stream(fd) fails, die with that error
#154
pchickey
closed
1 year ago
1
remove test expectations around rights
#153
pchickey
closed
1 year ago
0
adapter: path_ apis return NOTDIR instead of BADF when passed file; fixes path_open_dirfd test.
#152
pchickey
closed
1 year ago
4
Fixes for seek/append behavior
#151
pchickey
closed
1 year ago
0
adapter: change logic around interpreting ATIM and ATIM_NOW to be consistent with upstream
#150
pchickey
closed
1 year ago
0
Eliminate nonblocking from descriptor flags
#149
pchickey
closed
1 year ago
0
delete truncation_rights test
#148
pchickey
closed
1 year ago
0
Add a WASI test for creating an absolute-path symlink
#147
pchickey
closed
1 year ago
0
stdin/out/err issues
#146
yamt
closed
1 year ago
8
Feature request - custom cabi_realloc for adapter
#145
guybedford
closed
1 year ago
1
Fix readlink behavior
#144
pchickey
closed
1 year ago
0
deprecate fd_allocate
#143
pchickey
closed
1 year ago
0
Fix support for tracing, add --mapdir to host cli
#142
pchickey
closed
1 year ago
1
preopens question
#141
yamt
closed
1 year ago
6
host: deduplicate generated traits using `only_interfaces`
#140
pchickey
closed
1 year ago
0
fix fd_filestat_get: adapter special-case StreamType::Unknown
#139
pchickey
closed
1 year ago
0
Adapter non-functional changes
#138
pchickey
closed
1 year ago
0
Fix wasi renumber test
#137
pchickey
closed
1 year ago
0
build: manage `wit/deps` via `wit-deps`
#136
rvolosatovs
closed
1 year ago
9
Simplify the sockets implementation.
#135
sunfishcode
closed
1 year ago
0
fix: symlink `wit`, rather than using relative paths
#134
rvolosatovs
closed
1 year ago
5
`wasi` subcrate is incompatible with `cargo vendor`
#133
rvolosatovs
closed
1 year ago
0
fix fd_ operations on directories: keep track of DescriptorType in descriptor table
#132
pchickey
closed
1 year ago
5
Rename the command entrypoint from `run` back to `main`.
#131
sunfishcode
closed
1 year ago
3
Test the only_interfaces feature in the bindgen macro
#130
elliottt
closed
1 year ago
1
Remove resource abstraction from clocks
#129
pchickey
closed
1 year ago
1
add `trappable_error_type` for `streams::stream-error`
#128
dicej
closed
1 year ago
0
Next