java
20 posts
Interesting features in Java 17
The next LTS version comes with awesome features. Here are the top ones.
Rust And WebAssembly - wasm-pack
wasm-pack makes JavaScript, Rust based WebAssembly applications should be interoperable with the JavaScript world.
Rust And WebAssembly - JavaScript API
The rustwasm team's answer to that is the `js-sys` crate.
Rust And WebAssembly For the masses - Sharing Classes
Let us see how easy it is to share classes between JavaScript and WebAssembly
Binding your WebAssembly and JavaScript with wasm-bindgen
WebAssembly can only send and receive number between JavaScript and WebAssembly module.
Rust and WebAssembly - Introduction
Rust has the best tooling support that integrates well with JavaScript developers.
Eclipse Collections - the features your collections need
Eclipse Collections an implementation in Java
(Tiny)Go to WebAssembly
Golang is very simple to write. Thus it is easy to compile the existing application WASM.
Recreate Dev.to offline using RustWasm
Dev's offline page is fun. Can we do that with Rust and WebAssembly?
Increase Rust and WebAssembly performance
The dream of running native code in the browser is not something new.
Recreate Dev.to offline using TinyGo & WASM
Dev's offline page is fun. Can we do that with (Tiny)Go and WebAssembly?