Nick Fitzgerald

Results 191 issues of Nick Fitzgerald

This would allow us to get more samples in that much less time (could get, say, ten instantiation and execution samples per compilation) but would also let us stress test...

We should report the code size of each Wasm benchmark when it is compiled to native code.

If none are passed, then we should default to `./benchmarks-next/*/benchmark.wasm` to run every available benchmark.

Right now, we just give error messages like `BB(Block(0))`, meaning that there is some error somewhere in block 0. If one enables logging, then one gets messages like "block 0...

There are currently special cases for when an instruction uses a fixed register and clobbers it, but when an instruction uses an unconstrained register and clobbers all registers there is...

Passive elements used to have a bad expected error message in the spec tests but that's since been fixed.

Right now, you can either turn WASI on or off. But there is no reason a user of the builder API shouldn't be able to provide their own `wasmtime::Linker` that...

https://github.com/WebAssembly/component-model This will require using interface types for the initialization function. Not 100% clear whether we want to keep the same init function interface (no params and no returns) or...

Right now there are two potential kinds of tables: * `funcref` tables * `externref` tables The latter are easy to support, since Wasm can't construct an `externref`, only receive it...