wasm_sync 0.1.2

Synchronization primitives for both web and native.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "wasm_sync"

version = "0.1.2"

edition = "2021"

license = "MIT OR Apache-2.0"

repository = "https://github.com/DouglasDwyer/wasm_sync"

readme = "README.md"

description = """
Synchronization primitives for both web and native.
"""



[target.'cfg(target_arch = "wasm32")'.dependencies]

js-sys = { version = "0.3.67", default-features = false }

wasm-bindgen = { version = "0.2.90", default-features = false }

web-sys = { version = "0.3.24", default-features = false, features = [ "Window" ] }