Want to create an interactive transcript for this episode?
Podcast: airhacks.fm podcast with adam bien
Episode: WebAssembly / Wasm and Java
Description: An airhacks.fm conversation with Fabio Niephaus (@fniephaus) about:
GraalVM polyglot capabilities now available as Maven dependencies without requiring GraalVM JDK,
running WebAssembly modules in Java applications using GraalWasm,
separation of polyglot runtime from GraalVM distribution,
embedding use cases for extending Java applications with python JavaScript and WebAssembly,
performance benefits when running on GraalVM vs openJDK through automatic JIT optimization,
WebAssembly as portable compilation target for multiple languages including rust C++ Go,
WASI (WebAssembly System Interface) enabling file and network operations,
advantages over JNI/Panama FFI for native extensions due to portability and sandboxing,
multi-threading support with context pools for...