DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
434 stars 59 forks source link

Add JS_ATOM constants to FreeBSD. #250

Closed yonas closed 2 months ago

yonas commented 5 months ago

The FreeBSD binding x86_64-unknown-freebsd.rs is missing JSATOM* constants. This patch adds them.

Fixes #249

DelSkayn commented 2 months ago

Closing this PR as the freebsd bindings have been deleted, in favor of requiring users to use bindgen on that platform for as long as we don't have automated binding generation in CI.

yonas commented 2 months ago

@DelSkayn Thanks that works.