https://github.com/ttys3/traefik-wasm-demo-plugin-rs
traefik wasm demo plugin impl in Rust
https://github.com/ttys3/traefik-wasm-demo-plugin-rs
Last synced: over 1 year ago
JSON representation
traefik wasm demo plugin impl in Rust
- Host: GitHub
- URL: https://github.com/ttys3/traefik-wasm-demo-plugin-rs
- Owner: ttys3
- Created: 2024-09-24T18:00:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T15:27:02.000Z (over 1 year ago)
- Last Synced: 2025-02-06T12:22:42.779Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# traefik-wasm-demo-plugin-rs
## refs
https://http-wasm.io/http-handler-abi/
https://github.com/http-wasm/http-wasm-guest-tinygo/tree/main/handler
https://github.com/http-wasm/http-wasm-host-go/blob/main/examples/auth.wat
https://github.com/traefik/http-wasm-host-go
https://github.com/bytecodealliance/wasi-rs
https://github.com/bytecodealliance/wasmtime
https://github.com/corazawaf/coraza-proxy-wasm/blob/main/init_tinygo.go
https://github.com/proxy-wasm/proxy-wasm-rust-sdk