https://github.com/anthonychu/azure-functions-wagi-sample
https://github.com/anthonychu/azure-functions-wagi-sample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthonychu/azure-functions-wagi-sample
- Owner: anthonychu
- License: mit
- Created: 2020-10-24T23:54:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-25T00:00:34.000Z (over 5 years ago)
- Last Synced: 2025-03-23T23:32:12.935Z (about 1 year ago)
- Language: Dockerfile
- Size: 4.39 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).