konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.62k stars 262 forks source link

More convenient interop API for WebAssembly #793

Open konsoletyper opened 11 months ago

konsoletyper commented 11 months ago

Current WebAssembly BE interop reflects directly interoperation spec for WebAssembly, which in case of communication to browser APIs, like DOM, could be not that easy to use. A more convenient API should be developed on top of existing API.