Skip to content

Commit

Permalink
Typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicstry committed Mar 17, 2024
1 parent 790b347 commit 2a3c25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Note that some API is still missing and may be even impossible to implement give
## Using as a library

- Add `wasm_thread` to your `Cargo.toml`.
- This project supports `wasm-pack` targets `web` and `no-modules`. `es_modules` feature is enabled by default, if building for `no-modules`, use `default-feature = false` when specifying dependency.
- This project supports `wasm-pack` targets `web` and `no-modules`. `es_modules` feature is enabled by default, if building for `no-modules`, use `default-features = false` when specifying dependency.
- Replace `use std::thread` with `use wasm_thread as thread`. Note that some API might be missing.
- Build normally using `wasm-pack` or adapt [build_wasm.sh](build_wasm.sh) to your project.

Expand Down

0 comments on commit 2a3c25a

Please sign in to comment.