Rahul
Rahul
Hi, is this repo being actively in development? Its been a while since there were any updates, just want to know if it is going to be updated with improvements.
I am trying to add a wasm http filter to the filter chain. I have used the config.yaml shown in a some examples, and added the wasm filter given in...
Hi there, I'm curious why the default features for wasmtime are disabled? https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/b0a0594e8ab4023857393fab349170fb487ec5a9/bazel/cargo/wasmtime/Cargo.toml#L13 I tried to look when this change was made, but looks like default features were disabled from...
Hi, is there a c-api to enable pooling-allocator ( change `InstanceAllocationStrategy`)? I checked in wasmtime-c-api but could not find one. Default instance config seems to be `OnDemand` so wondering how...
Updated wasmtime to v13.0.0, resolved duplicate dependency issues caused by cargo raze.
The `default-features=false` is not present in wasmtime v9.0.3 c-api ( [LINK ](https://github.com/bytecodealliance/wasmtime/blob/271b605e8d3d44c5d0a39bb4e65c3efb3869ff74/crates/c-api/Cargo.toml#L23)) , but it was still present in Cargo.toml in this repo (bazel/cargo/wasmtime/Cargo.toml) This PR removes that i.e. enables...
I am running `ackermann` benchmark with wasmtime, and I noticed that it had a performance delta when compared with native, of approx 30%. Profiling with VTune, I see wasmtime disassembly...
Addresses https://github.com/bytecodealliance/sightglass/issues/267 Combines 2-step setup into 1-step, now only `source ./benchmarks/image-classification/setup.sh` is needed. Updated Readme to reflect this. @jlb6740
- Updates [openvino](https://crates.io/crates/openvino) to v0.7.1 in wasi-nn crate - Enables API 2.0 in `openvino.rs`.
This change adds a PyTorch backend for wasi-nn. [tch crate](https://crates.io/crates/tch) is used for Libtorch bindings. I have added an image classification example to demonstrate its usage, which uses a torchscript...