Cargo Features
[dependencies]
hirofa-quickjs-sys = { version = "0.11.0", default-features = false, features = ["bellard", "quickjs-ng"] }
- default = bellard
-
The
bellardfeature is set by default wheneverhirofa-quickjs-sysis added withoutsomewhere in the dependency tree.default-features = false - 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