You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We are using the napiRust package and calling add_finalizer on JsObject. This call fails at runtime because napi_add_finalizer is not implemented in BabylonJS.
Describe the solution you'd like
An native implementation of napi_add_finalizer in BabylonJS.
Describe alternatives you've considered
No alternatives to this function. We have considered not adding the finalizer to the object and allowing the object to not be garbage-collected.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
For questions, please use the forum.
Is your feature request related to a problem? Please describe.
We are using the
napi
Rust package and calling add_finalizer onJsObject
. This call fails at runtime because napi_add_finalizer is not implemented in BabylonJS.Describe the solution you'd like
An native implementation of
napi_add_finalizer
in BabylonJS.Describe alternatives you've considered
No alternatives to this function. We have considered not adding the finalizer to the object and allowing the object to not be garbage-collected.
Additional context
N/A
The text was updated successfully, but these errors were encountered: