Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevils authored Dec 9, 2024
1 parent 934e93c commit d190ecd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ See [Full Documentation](https://docs.rs/osakit/).

## Limitations

Due to limitations on `OSAKit Framework`-side integer values returned from `JavaScript` code
are limited to `i32` type.
`OSAKit` calls must be made from the main thread, so, for example, the default `cargo test`s can fail,
after stalling for 2 min, use a custom test harness like [libtest-mimic](https://github.com/LukasKalbertodt/libtest-mimic) with `--test-threads=1`.
* Due to limitations on `OSAKit Framework`-side integer values returned from `JavaScript` code
are limited to `i32` type.
* `OSAKit` calls must be made from the main thread, so, for example, the default `cargo test`s can fail,
after stalling for 2 min, use a custom test harness like [libtest-mimic](https://github.com/LukasKalbertodt/libtest-mimic) with `--test-threads=1`.

## Supported platforms

Expand Down

0 comments on commit d190ecd

Please sign in to comment.