dapr-wasm icon indicating copy to clipboard operation
dapr-wasm copied to clipboard

A template project to demonstrate how to run WebAssembly functions as sidecar microservices in dapr

Results 7 dapr-wasm issues
Sort by recently updated
recently updated
newest added

when i run the image-api-go upload hotdog.jpeg,but return == APP == [xxx] [error] jpeg is invalid.

We would like to create two sidecars that are just `wasmedge` or `wasmedge-tensorflow-lite`. Instead of using GO or Rust to implement HTTP servers and then bootstrap wasmedge, we would just...

The WasmEdge GO SDK allows developers to register host functions to the runtime, and create a customized version of WasmEdge that includes the host functions. We should add Dapr GO...

Hi, I am performing the grayscale tutorial example i.e. `make run-api-rs` the following error is occurring. ```bash ERRO[0000] error getting topics from app: unexpected end of JSON input app_id=image-api-rs instance=wasm-oci-demo...

I see there are multiple article link to this repo with obsolete information: https://www.infoq.com/articles/webassembly-dapr-wasmedge/?utm_source=email&utm_medium=Web-Development&utm_campaign=newsletter&utm_content=11162021 https://wasmedge.org/book/en/use_cases/frameworks/mesh/dapr.html It seems above links are having a Golang microservice, I think it's better if you...