Robin Freyler

Results 494 comments of Robin Freyler

> So we need some mechanism which will make the module regularly yield to the host. That's perfectly possible with Wasmi's fuel metering combined with Wasmi's `Func::call_resumable` API. > Specifically...

@FedorSmirnov89 I thought a bit about `Instance` (de)serialization and I think it might be harder than I anticipated. The reason for this is the following: The planned refactoring is making...

@FedorSmirnov89 I have made yet some more thoughts about this. The problems discussed in https://github.com/wasmi-labs/wasmi/issues/1637#issuecomment-3246584653 could be "solved" by introducing a new compilation mode for `wasmi::Module` in which a Wasm...

@FedorSmirnov89 thank you for letting me know about how important or useful `Instance` serialization is to you! Note though that the 2nd idea I posted with the different compilation modes...