Skip to content

Commit

Permalink
All browsers support module workers now
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Jan 17, 2024
1 parent 83704b6 commit d42aa38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d42aa38

Please sign in to comment.