Jonas Kruckenberg
Jonas Kruckenberg
The instrumented app is broadcasting new events to the clients every 800ms right now, which feels a bit high. We should find a good value for this that balances snappy...
I performed some basic benchmarking and set up a rough harness for it, but it's not great yet. In particular it would be nice to: 1. Benchmark the wasm build,...
### Describe the bug The `--target` flag, contrary to all other uses across Tauri and Rust doesn't accept full target triples instead having its own selection of valid target strings....
This overhauls the implementation of the log plugin. Key feature is the addition of an in-js replacement to the global console object that redirects logs to the unified output stream
This adds initial iOS support to cargo packager. The output is a bit messy right now and code might be too, so a bit of cleanup is needed