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 wheneverhirofa-quickjs-sys
is added without
somewhere 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