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 guide for ESR 91 #46

Closed ptomato closed 2 years ago

ptomato commented 3 years ago

I've taken the migration notes and turned them into a full migration guide, adding recommendations and examples where applicable. I think after this we can make the next branch into esr91 and start a new next branch!

evilpie commented 2 years ago

@ptomato Are these build failures expected?

ptomato commented 2 years ago

@evilpie I'm guessing that there's some header that's not getting installed in the current mozilla-beta SM tarball? I'm hoping that these failures would go away if we built a mozilla-esr91 tarball (though if mozilla-beta is broken for embedders that should probably be looked into.)

ptomato commented 2 years ago

That seems to have fixed things.