Results 399 comments of Simonas Kazlauskas

Ah, https://nexte.st/book/custom-test-harnesses.html is the documentation on the interface here. Would it be too terrible to require a similar interface for bolero?

Correct, the complication arises from the fact that WASM execution state is quite intertwined with the native state, so we can’t just save some explicitly defined data structures and save...

This is when running clippy or is this reproducible with `cargo check` as well? Well, unfortunately, I don't think this is something we can fix on our side. Using and...

Which APIs are the bindings supposed to use to get correct handling here? (Given that `java.util.TimeZone.getDefault()` is not “it”?)

Export indirection is an implementation choice, yes. I felt it is worthwhile to start working from here since it is very independent of everything else here, is easy to both...

I pushed up a commit that sketches out most of the implementation for the indirection transform. There are a couple of learnings here that I think are worth bringing up...

I have re-evaluated use of crates such as `walrus` over the past few days. So far my take on `walrus` and such is that while it is a very nice...

> I am curious if there are dependencies between exports and call_indirect? Well, implementation in nearcore wise, my proposal that exports, the start function and table elements (i.e. `call_indirect`) use...

> thinking this makes me like "worse is better" solution of forgoing indirects and just charging on function entry ("too late", in some sense) more :) Hm, but then we...

Even if we don't share the same implementation for gas/stack counting beetween the runtimes (thus having to ensure that the multiple implementations are all 100% spec compliant) the spec must...