Cargo Features

[dependencies]
hirofa-quickjs-sys = { version = "0.8.0", default-features = false, features = ["bellard", "quickjs-ng"] }
default = bellard

The bellard feature is set by default whenever hirofa-quickjs-sys is added without default-features = false somewhere in the dependency tree.

bellard default

Affects static-functions::JS_DupValue, static-functions::JS_DupValueRT, static-functions::JS_FreeValue, static-functions::JS_FreeValueRT, static-functions::JS_NewFloat64, static-functions::JS_SetProperty

quickjs-ng