Robin Freyler
Robin Freyler
This should be triaged with the WASI dependency updates implemented.
@luxinyi0105 I just re-ran the above Wasm test file on Wasmi v0.38.0 and it now outputs the same error as Wasmtime: ```shell % time wasmi_cli 02-original.wasm Error: failed during execution...
Thanks a lot @luxinyi0105 ! The WAMR (JIT mode) also seems to be extremely slow for it being a JIT. Maybe you could also open an issue there? Also it...
@luxinyi0105 I have a new suspicion about the performance testings. You mutated the Wasm blobs without applying proper optimizations. This leads to optimizing JIT and AoT Wasm engines to highly...
Note that this issue might be fixed by the upcoming release of the `wasmi` register-machine engine backend.
@luxinyi0105 I just ran the `mutated_file.wat` on Wasmi v0.38.0 and it finished execution timely and with an error. (M2 Macbook Pro) ```shell % time wasmi_cli 00-mutated.wat Error: failed during execution...
I benchmarked the new Wasmi `FuncTranslator` against the `main` one. Especially the `translate/x/eager/unchecked` benchmarks yield roughly 20-35% regressions compared to `main`. # `main` - `translate/spidermonkey/eager/unchecked`  # `pr` -...
Past discussions on `wasmi` execution debugging: https://github.com/paritytech/wasmi/issues/28
Hi @orsinium, very cool to hear about Firefly Zero and that it uses Wasmi. :) I absolutely love the mascot and the idea. I personally have not yet taken a...
Interesting, just today I was thinking about making use of GitHub sponsoring system but wasn't sure if anybody would actually use it. 🤔 Need to think about it. Thanks for...