diff --git a/README.md b/README.md index 20e93e5..ad892d2 100644 --- a/README.md +++ b/README.md @@ -190,8 +190,6 @@ If you want to build this library for usage without bundlers, enable the `no-bun wasm-bindgen-rayon = { version = "1.0", features = ["no-bundler"] } ``` -Note that, in addition to the earlier mentioned restrictions, this will work out of the box only in browsers with [support for Module Workers](https://caniuse.com/mdn-api_worker_worker_ecmascript_modules). To ensure that it works in all browsers, either bundle your code for production, or include [module-workers-polyfill](https://unpkg.com/module-workers-polyfill) on the same page. - # License This crate is licensed under the Apache-2.0 license.