[package] name = "launch-worker" description = "Launch Wasm code in web workers" keywords = ["wasm", "worker", "web"] documentation = "https://docs.rs/launch-worker/" repository = "https://github.com/sgasse/launch-worker" homepage = "https://github.com/sgasse/launch-worker" readme = "README.md" license = "MIT/Apache-2.0" version = "0.1.0" edition = "2021" [dependencies] js-sys = "0.3.61" wasm-bindgen = "0.2.63" web-sys = { version = "0.3.4", features = [ 'console', 'Blob', 'BlobPropertyBag', 'Document', 'Location', 'Url', 'Window', 'Worker', ] }