Skip to content

Commit d190ecd

Browse files
authored
Update README.md
1 parent 934e93c commit d190ecd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ See [Full Documentation](https://docs.rs/osakit/).
128128

129129
## Limitations
130130

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

136136
## Supported platforms
137137

0 commit comments

Comments
 (0)