I read https://developer.mozilla.org/en-US/docs/WebAssembly/Using_the_JavaScript_API and http://webassembly.org/docs/js/, and it seems all examples I've found for calling Javascript functions from wasm are written in the LISP-inspired syntax.
Is it possible to import JS functions in wasm using emscripten C?