Embedded js engine, call wasm function directly.

Al Izi <[email protected]> Sun, 17 Feb 2019 16:06:12 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.jseng
Message-ID <[email protected]>
Let's say there is an app written in C++ that has embedded spidermonkey js endine. Also there is a wasm module with a function implemented in C++. Currently in order to call this function from the "host C++" we call a JS proxy that calls to wasm. Is there any possibility to call wasm function directly without intermediate JS?