feat: works
This commit is contained in:
6
__wasm/wit-bindgen-sample/engine/boa/boa_gc/src/lib.rs
Normal file
6
__wasm/wit-bindgen-sample/engine/boa/boa_gc/src/lib.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
//! Garbage collector for the Boa JavaScript engine.
|
||||
|
||||
pub use gc::{
|
||||
custom_trace, finalizer_safe, force_collect, unsafe_empty_trace, Finalize, Gc, GcCell as Cell,
|
||||
GcCellRef as Ref, GcCellRefMut as RefMut, Trace,
|
||||
};
|
||||
Reference in New Issue
Block a user