Deepanshu Arora

Results 36 comments of Deepanshu Arora

> Regarding JWebAssembly and WASI support: > > [i-net-software/JWebAssembly#32](https://github.com/i-net-software/JWebAssembly/issues/32) Thanks for Posting the issue thread @nickvidal

During my course of Research during the Weekend, I have found out that with ByteCoder we will not be able to achieve what we want. Compiling Java ByteCode to WebAssembly...

I think we can also check out TeaVM from the list as well, since it's use case is only constrained to compiling Java ByteCode that emits JavaScript and WebAssembly that...

@MikeCamel HI Mike, with some substantial efforts, I am now able to compile my Java Source Code to a WebAssembly Binary and then have it run on Wasmtime. But, there...

> @MikeCamel HI Mike, with some substantial efforts, I am now able to compile my Java Source Code to a WebAssembly Binary and then have it run on Wasmtime. >...

> Great work - looking forward to seeing how this works out. Is there any hope for Object code in the near future, do you think? Yes, I guess there...

> It seems that garbage collection shouldn't be needed for allocation. Rust, Go, etc allocate memory for variables without issue. The garbage collection should be handled however WebAssembly runtimes decide...

Thanks a lot for providing all the help Mr. Volker. @Horcrux7

> Here are my thoughts: all up for discussion. > ### Goals > > Here are some proposed goals. > > * that we want to encourage community growth by...

Hi @radu-matei For JavaScript Support, do you plan to make use of any existing toolchains ?