web-thread-select

Crates.ioweb-thread-select
lib.rsweb-thread-select
version0.2.0
created_at2025-11-13 01:03:58.538934+00
updated_at2025-11-13 12:55:19.986269+00
descriptionCrate to select between `web-thread` and `web-thread-shim` by feature
homepage
repositoryhttps://github.com/linera-io/web-thread
max_upload_size
id1930214
size11,921
James Kay (Twey)

documentation

README

web-thread-select

This crate allows selecting between web-thread and web-thread-shim using a feature flag.

If the target is a wasm32 architecture and the web feature flag is passed, we use the Web implementation of web-thread; otherwise, we transparently substitute in the shim.

License

This project is available under the terms of the Apache 2.0 license.

Commit count: 0

cargo fmt