Skip to content

Commit

Permalink
Update JIT support in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed May 25, 2024
1 parent d511423 commit b21dcb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fidget/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ getrandom = { version = "0.2", features = ["js"] }
default = ["jit", "rhai", "render", "mesh"]

## Enables fast evaluation via a JIT compiler. This is exposed in the
## [`fidget::jit`](crate::jit) module, and is supported on
## `aarch64-apple-darwin`, `aarch64-unknown-linux-*`, and
## `x86_64-unknown-linux-*`. There's no way to disable the feature on other
## platforms ([Cargo issue](https://github.com/rust-lang/cargo/issues/1197));
## [`fidget::jit`](crate::jit) module, and is supported on macOS, Linux, and
## Windows (i.e. all supported platforms except WebAssembly). There's no way to
## disable the feature on specific platforms
## ([Cargo issue](https://github.com/rust-lang/cargo/issues/1197));
## users will have to disable it manually via `default-features = false`.
jit = ["dep:dynasmrt", "dep:libc"]

Expand Down

0 comments on commit b21dcb4

Please sign in to comment.