TeaVM – Ahead-of-time transpiler of Java bytecode to JavaScript or WebAssembly
1–10 of 136 posts
Re: TeaVM – Ahead-of-time transpiler of Java bytecode to JavaScript or WebAssembly
#2Re: TeaVM – Ahead-of-time transpiler of Java bytecode to JavaScript or WebAssembly
#3Re: TeaVM – Ahead-of-time transpiler of Java bytecode to JavaScript or WebAssembly
#4I think WASM has the ability for us to finally cross the language boundaries without marrying ourselves to C/C++ ABI. But at this early stage, there's no common stdlib for all languages to share.
Re: TeaVM – Ahead-of-time transpiler of Java bytecode to JavaScript or WebAssembly
#5Re: TeaVM – Ahead-of-time transpiler of Java bytecode to JavaScript or WebAssembly
#6Re: TeaVM – Ahead-of-time transpiler of Java bytecode to JavaScript or WebAssembly
#7For the reverse, I wrote a WASM-to-JVM compiler: https://github.com/cretz/asmble . I think WASM has the ability for us to finally cross the language boundaries without marrying ourselves to C/C++ ABI. But at this early stage, there's no common stdlib for all languages to share.
And also in addition to a stdlib, maybe a great package management system. Is there a popular crate / maven / npm etc equivalent out there for wasm yet?
Re: TeaVM – Ahead-of-time transpiler of Java bytecode to JavaScript or WebAssembly
#8For the reverse, I wrote a WASM-to-JVM compiler: https://github.com/cretz/asmble . I think WASM has the ability for us to finally cross the language boundaries without marrying ourselves to C/C++ ABI. But at this early stage, there's no common stdlib for all languages to share.
Re: TeaVM – Ahead-of-time transpiler of Java bytecode to JavaScript or WebAssembly
#9Compile