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

An example of how to use Stencils #78

Closed dmitrikozlov closed 5 months ago

dmitrikozlov commented 7 months ago

The example shows how to use Stencils to avoid repetitive compilations of the same scripts. It addresses issue #63 and demonstrates API such as:

dmitrikozlov commented 5 months ago

I've completed the changes based on the feedback. Thanks.

dmitrikozlov commented 5 months ago

Do I need to do something else?

arai-a commented 5 months ago

no, I've asked for merge. Will be merged shortly.

dmitrikozlov commented 5 months ago

Thank you for your help!