mozilla-spidermonkey / spidermonkey-embedding-examples

Documentation and examples for embedding the SpiderMonkey JavaScript / WebAssembly engine in their applications.
Other
197 stars 34 forks source link

GC Rooting guide should indicate that typedefs are no longer preferred #68

Closed mgaudet closed 5 months ago

mgaudet commented 1 year ago

Inside the engine we've decided to deprecate support for the typedefs; probably should update the GC rooting guide to share that guidance as well. (I doubt they'll go away, but should perhaps avoid them)