MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

gc root module namespace

+2
+2
src/esm/library.c
··· 1 1 #include "esm/library.h" 2 + #include "gc/roots.h" 2 3 #include "ant.h" 3 4 4 5 #include <stdarg.h> ··· 70 71 71 72 canon->cached_ns = canon->init_fn(js); 72 73 canon->ns_initialized = true; 74 + gc_register_root(&canon->cached_ns); 73 75 74 76 return canon->cached_ns; 75 77 }