Till Schneidereit
Till Schneidereit
We don't currently have fully working x86 support, but we have a backend in-tree that's largely completely. However, it uses the old instructions selection framework, and as described in #1936,...
Before splitting out wasmtime-py into its own repository, we also published the wheels to the Wasmtime releases. It'd be nice if we could do that again in this repo.
Right now, `localhost:6060` is interpreted as a URL with the scheme `localhost`, where it should be prefixed with `http://`. Unfortunately, doing this properly is far from trivial, just as the...
@alexcrichton brought up the idea of supporting packages in-line in a file in addition to the `package` statement. This would help with bundling world definitions into single files as part...
Over in #311, @oovm points out that the fact that components broadly include identifiers in their public interfaces means that it's hard to fix naming mistakes in stable APIs. I...
It'd be great if we could enable anchors for headings in the rendered posts, complete with self-links on the headings themselves, so clicking on a heading adds the relevant fragment....
People keep running into problems with `wasmtime serve` because by default it only exposes `wasi:proxy`, nothing else. I think we should change the behavior here to imply `-S common` to...
Fermyon has always seen Spin as a multi-stakeholder project, which shouldn't be inextricably tied to one organization's goals. So far, this has been implicit: we don't have a formal governance...
The following operations would benefit significantly from everyone being able to perform them: - Add people to the queue - Remove people from the queue - Mark the current speaker...
The `wasi:io/poll/poll` function returns a list of indices into the list of pollables that was passed in to indicate readiness for them. Currently it's not documented which order these indices...