Open
Description
Recent version of TeaVM produce JS modules. It's possible to import external modules, but it's impossible to control export functions, TeaVM modules always produce main
method as an export. A new mechanism of compiling modules instead of applications with single main
entry point required. This may depend on JavaScript export API, see #785