Crates.io | wasmer-middlewares |
lib.rs | wasmer-middlewares |
version | 5.0.1 |
source | src |
created_at | 2020-12-16 17:33:34.299262 |
updated_at | 2024-11-06 11:23:55.719379 |
description | A collection of various useful middlewares |
homepage | https://wasmer.io/ |
repository | https://github.com/wasmerio/wasmer |
max_upload_size | |
id | 323663 |
size | 25,016 |
The wasmer-middlewares
crate is a collection of various useful
middlewares:
metering
: A middleware for tracking how many operators are
executed in total and putting a limit on the total number of
operators executed.
See the metering
example
to get a concrete and complete example.