Crates.io | wai-bindgen-wasmer |
lib.rs | wai-bindgen-wasmer |
version | 0.31.0 |
source | src |
created_at | 2022-10-31 12:08:41.932837 |
updated_at | 2024-11-06 11:21:54.699367 |
description | Generate WAI glue for a Rust Wasmer host |
homepage | https://wasmer.io/ |
repository | https://github.com/wasmerio/wasmer |
max_upload_size | |
id | 702185 |
size | 34,644 |
Runtime utility crate for Wasmer host WAI bindings generated by wai-bindgen-gen-wasmer.
This crate was moved from the https://github.com/wasmerio/wai repository.
wai-bindgen-wasmer needs Wasmer as a dependency, which makes it extremely awkard to use if the crate is not in the same repo. This is necessary because wai is now used for wasix_http_client bindings, and will also be used for all WASI and WASIX syscalls in the future.
The medium-term plan is to rewrite wai-bindgen-gen-wasmer to make this create redundant.