| Crates.io | traefik_wasm_api |
| lib.rs | traefik_wasm_api |
| version | 1.0.1 |
| created_at | 2024-12-26 00:12:14.379406+00 |
| updated_at | 2024-12-26 00:22:14.501036+00 |
| description | wasm interface for traefik |
| homepage | |
| repository | https://github.com/nihaopaul/traefik-rust-wasm-plugin |
| max_upload_size | |
| id | 1495289 |
| size | 17,563 |
traefik-wasm-apiThe ambition for launching traefik-wasm-api was driven by the lack of available documentation from Traefik Labs and the absence of an easy way for the community to get started. This was my first crate, but very little logic is handled by the library.
Initial reference code from: https://github.com/elisasre/http-wasm-rust/ (deprecated)
Updated to match the implementation ABI: https://http-wasm.io/http-handler-abi/ which Traefik uses for the wasm interface between host and plugin.
included make commands to get up and running with hooks into the traefik and a docker command to run local testing.