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

Add basic WebAssembly JS API example #34

Closed yurydelendik closed 3 years ago

yurydelendik commented 3 years ago

Just some basic example to start working with WebAssembly in the SpiderMonkey. Ideally we want better JS_PUBLIC_API calls.