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

Migration from ESR 115 to 128 #85

Open ptomato opened 3 months ago

ptomato commented 3 months ago

Includes updated build instructions and a migration guide. Only one of the examples needs to be updated, with the new column number API; everything else builds as is.

ptomato commented 3 months ago

@arai-a Thanks for the review. I've pushed another revision.

Any thoughts on whether we should add JS::GCPolicy<JS::Heap<T>>::needsSweep()?