Kenny

Results 3 issues of Kenny

## Motivation My company has a pubsub service powered in part by Tonic. It is designed to accept hundreds of thousands of subscriptions per EC2 instance. Subscriptions normally receive infrequent,...

## Bug Report ### Version `master@177c1f3d7407c60e5fb782a23fee935e7e3fa12d` * tonic * tonic-build * tonic-reflection * tonic-web ### Platform Building `aarch64-unknown-linux-gnu` for `Linux 5.10.184-175.749.amzn2.aarch64 #1 SMP Wed Jul 12 18:40:25 UTC 2023 aarch64...

### Test Case Any rust at all compiled with `--target wasm32-wasip2` ### Steps to Reproduce Set up the host linker: ```rust fn link(linker: &mut Linker) { my_own_interface::add_to_linker(linker, |s| s)?; only_wasi_time::add_to_linker(linker)?;...

bug