Julien Cretin

Results 163 comments of Julien Cretin

This is already fixed. We use 1.0.86 in rust/cli.

Another desired functionality would be to be able to filter to only show running workspaces. This is useful when only a few (say 5) workspaces are running while the session...

> Would https://github.com/google-github-actions/release-please-action solve this issue? Not really. I haven't yet seen a tool that supports more than simple repositories. In particular, most tools (like `release-please`) rely on conventional commits...

It depends when someone would take a look, but I expect that it won't work in the short term. And if it ever works, I don't expect it to be...

> I was wondering if it is worth considering using `wasmi`. It makes sense to give it a try if they claim being now suited for embedded environments. That would...

It's true that the need for an in-place interpreter (in particular regarding RAM usage) was not the only reason to write a custom interpreter. There was also the multiplexing at...

Thanks! Can you push your branch on your fork? I would like to test on embedded devices, which is what matters. > Another advantage of `wasmi` is that it supports...

Thanks! So here are the results (linux is my machine and nordic is nRF52840): | target | runtime | coremark | time | code | RAM | |--------|---------|-------------|----------|------|-------| | linux...

By the way, once #523 is merged, could you create a PR to the `dev/wasm-bench` branch with your commit adding `wasmi`? This will be useful for future comparisons.

Thanks! I think those optimizations make sense in general, so I enabled them for all in your PR. Here are the results (linux is not the same though, but nordic...