wasm-bindgen-rayon 1.3.0

Adapter for using Rayon-based concurrency on the Web
Documentation
[dependencies.crossbeam-channel]
version = "0.5.9"

[dependencies.js-sys]
version = "0.3.70"

[dependencies.rayon]
features = ["web_spin_lock"]
version = "1.8.1"

[dependencies.wasm-bindgen]
version = "0.2.99"

[features]
nightly = []
no-bundler = []

[lib]
name = "wasm_bindgen_rayon"
path = "src/lib.rs"

[package]
authors = ["Ingvar Stepanyan <me@rreverser.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency", "wasm", "web-programming"]
description = "Adapter for using Rayon-based concurrency on the Web"
edition = "2021"
exclude = [".github"]
keywords = ["web", "thread", "parallel", "concurrency", "webassembly"]
license = "Apache-2.0"
name = "wasm-bindgen-rayon"
readme = "README.md"
repository = "https://github.com/RReverser/wasm-bindgen-rayon"
version = "1.3.0"

[package.metadata.docs.rs]
features = ["nightly"]
rustc-args = ["-C", "target-feature=+atomics,+bulk-memory"]
targets = ["wasm32-unknown-unknown"]