Crates.io | hc-wasmer-middlewares |
lib.rs | hc-wasmer-middlewares |
version | 4.3.6-hc.1 |
source | src |
created_at | 2024-08-27 22:12:37.066366 |
updated_at | 2024-08-28 17:32:09.527472 |
description | A collection of various useful middlewares |
homepage | https://wasmer.io/ |
repository | https://github.com/wasmerio/wasmer |
max_upload_size | |
id | 1353875 |
size | 23,567 |
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.