mquickjs-sys 0.2.0

Low-level FFI bindings to the MicroQuickJS engine
docs.rs failed to build mquickjs-sys-0.2.0
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.

mquickjs-sys

Low-level, unsafe Rust bindings to the MicroQuickJS engine.

Most users should prefer the safe wrapper crate: mquickjs-rs.

Installation

cargo add mquickjs-sys

Or in Cargo.toml:

mquickjs-sys = "0.2.0"

Notes

  • Requires a C compiler supported by the cc crate.
  • The engine runs in a stricter ES5-like mode. See ../../mquickjs/README.md for engine limitations.

License

MIT