An open API service indexing awesome lists of open source software.

https://github.com/anthonychu/azure-functions-wagi-sample


https://github.com/anthonychu/azure-functions-wagi-sample

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Azure Functions WAGI custom handler sample

Run WebAssembly with [WAGI](https://github.com/deislabs/wagi) on Azure Functions.

```bash
rustup target add wasm32-wasi
cargo build --target wasm32-wasi --release
func start
```

wagi binary built from [WAGI](https://github.com/deislabs/wagi).