Oscar Spencer
Oscar Spencer
Related: #11 The runtime should refuse to start if a module's ABI version is incompatible.
When using `wasm-tools component new` with `--adapt` pointed to a reactor adapter, it'd be great if `_initialize` was called in the resulting component, maybe via `(start)`. Currently, there's no way...
I noticed that the implementation of `fd_write` in the preview1 adapter only writes the first iov in the list passed. This change writes all of them. I'm happy to add...
It looks like the `wasi:[email protected]` package in [this repository](https://github.com/WebAssembly/WASI/blob/main/preview2/http/proxy.wit) only provides the `proxy` world, but the `wasi:[email protected]` package over in https://github.com/WebAssembly/wasi-http/blob/main/wit/proxy.wit#L5 also provides the `imports` world. This can confuse some...
Hi! I'm a dev over on https://github.com/grain-lang/grain. Grain is a language that primary compiles to WebAssembly, and we want to start transitioning to become WASI-compliant. We're mostly looking to know...
Figure we should probably do this to be consistent with the main Grain repo.