Julien Cretin
Julien Cretin
This issue tracks the design space for applet sandboxing. | | Performance | Sandboxing | Portability | Code size | Memory footprint | | --- | --- | --- |...
It would be good to reassess at some point whether serde and postcard-rpc would cover the needs of wasefire-wire and wasefire-protocol. This issue is meant to track the results (whether...
I'd like to add shell completion files for my binary. In a Debian package I would like to install them under: - `/usr/share/bash-completion/completions/foobar` - `/usr/share/zsh/vendor-completions/_foobar` It seems `cargo-bundle` currently only...
Running `cargo build --release` when nothing changed is about 100ms (which I consider fast). However `trunk build --release` makes it 700ms (which I consider slow). Why? Is there some redundant...
Are there any plans of having a way to know at compile-time if a given level of logging is enabled? Something similar to [`log::log_enabled()`](https://docs.rs/log/latest/log/macro.log_enabled.html). This can be useful when a...
Hey Théo, Before adding more to this PR as I continue reading, I wanted to check if it's worth it. It doesn't seem like it's possible to compile from scratch...
There's quite some duplication in functions like `start_applet()` and `process_applet()` which could be factorized by providing a better runtime abstraction.