I feel like this solution in superior to both those things but it still feels like a step backwards.
WasmGC – Run GC languages such as Kotlin, Java in Chrome browser
11–20 of 88 posts
Re: WasmGC – Run GC languages such as Kotlin, Java in Chrome browser
#12This starts to open a lot of very interesting new doors for web development in general. JavaScript is suddenly no longer the only real game in town it seems. I mean sure WASM has allowed C, C++ and Rust to run on the web for awhile now but they aren’t typically languages that web developers tend to have a lot of knowledge of or interest in learning. But Dart, Kotlin and Java for example, they very much are viable rep…
I don't see the "binaryification" of the web platform happening any time soon (if ever). The web is (and should remain) fundamentally about the transmission of documents. Javascript+DOM allows for the dynamic updating of said documents, and this is what the main thread (asynchronous event loop) is all about. For all "heavy lifting," the logic should go into worker threads, where there isn't any DOM access anyway. I t…
Re: WasmGC – Run GC languages such as Kotlin, Java in Chrome browser
#13Maybe I'm old but, we already had this... it was called the tag and it let you embed Java applets. We also had Java Web Start. I feel like this solution in superior to both those things but it still feels like a step backwards.
Re: WasmGC – Run GC languages such as Kotlin, Java in Chrome browser
#14This starts to open a lot of very interesting new doors for web development in general. JavaScript is suddenly no longer the only real game in town it seems. I mean sure WASM has allowed C, C++ and Rust to run on the web for awhile now but they aren’t typically languages that web developers tend to have a lot of knowledge of or interest in learning. But Dart, Kotlin and Java for example, they very much are viable rep…
> I mean sure WASM has allowed C, C++ and Rust to run on the web for awhile now but they aren’t typically languages that web developers tend to have a lot of knowledge of or interest in learning. I think that main use case is not for the web developers who already know the tech needed for web development but actually vice-versa. E.g. you're a C/C++/Rust developer and you want to expose your product as a browser servi…
Re: WasmGC – Run GC languages such as Kotlin, Java in Chrome browser
#15So the browsers are becoming the new Flash players?
Now with Unity, Flutter, Qt, Blazor, .... as alternative to Flash tooling.
Re: WasmGC – Run GC languages such as Kotlin, Java in Chrome browser
#16https://discuss.ocaml.org/t/announcing-the-ocaml-wasm-organi...
https://discuss.ocaml.org/t/an-update-from-the-ocaml-wasm-or...
Re: WasmGC – Run GC languages such as Kotlin, Java in Chrome browser
#17Earlier quoted context omitted.
I don't see the "binaryification" of the web platform happening any time soon (if ever). The web is (and should remain) fundamentally about the transmission of documents. Javascript+DOM allows for the dynamic updating of said documents, and this is what the main thread (asynchronous event loop) is all about. For all "heavy lifting," the logic should go into worker threads, where there isn't any DOM access anyway. I t…
I like the idea of the web / js / DOM being for documents, but if you look at all the new browser javascript APIs it’s clear we’re constantly moving further and further away from documents. Once developers have all these tools available they build things and the cycle continues towards what seems like a pretty complete application runtime environment within the browser.
Re: WasmGC – Run GC languages such as Kotlin, Java in Chrome browser
#18OCaml has not one but two WASM/WasmGC targeting efforts in development: https://discuss.ocaml.org/t/announcing-the-ocaml-wasm-organi... https://discuss.ocaml.org/t/an-update-from-the-ocaml-wasm-or...