jolt_jsc 0.1.3

JavaScriptCore backend for the Jolt JavaScript runtime
docs.rs failed to build jolt_jsc-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

jolt_jsc

JavaScriptCore backend for the Jolt JavaScript runtime.

Uses Apple's JavaScriptCore framework via rusty_jsc. Zero additional bundle size on iOS and macOS since JSC ships as a system framework.

Platform

Only compiles on macOS and iOS. Tests must run single-threaded (--test-threads=1) due to JSC's threading model.

Note: This crate is not published to crates.io because it cannot be verified on Linux CI. It is used internally by the jolt facade and the flutter_jolt Flutter plugin.

License

MIT