Robin Freyler

Results 384 comments of Robin Freyler

Hey, sorry for not responding for a long time. Thanks a lot for the issue and the PR. I actually was already thinking for quite a while to remove the...

> > Hey, sorry for not responding for a long time. Thanks a lot for the issue and the PR. I actually was already thinking for quite a while to...

I ran into this today and wondered if we couldn't do what other nested applications do here: Namely allow for two different levels of `--` where the first level provides...

Closing this due to inactivity.

Research conducted in https://github.com/Robbepop/interpreter-dispatch-research indicates that it is best to continue using `switch` based instruction dispatch. Even tail-call based instruction dispatch was not more effective. Also benchmarks indicate that it...

For the sake of simplicity and because we haven't found significant performance different in either approaches we are going the `enum` approach described in the last posting. We can do...

> Would certainly love to work on this @Robbepop I would certainly appreciate help with this issue! Please feel free to let me know what you need to know and...

In case you were not already aware of the Wasmtime `wasi-common` crate: https://crates.io/crates/wasi-common/1.0.0 I think it might suite as a good foundation for WASI support in `wasmi`.

@OLUWAMUYIWA how is it going with the `wasmi` WASI implementation so far? Do you need any help or can we somehow support you?

Thank you for the response @OLUWAMUYIWA . Looking forward to answer all your questions. :) I was just curious which is why I asked. The folks at CNCF would really...