Forwarded from Learn WebAssembly (hossein dindar)
Twitter
V8
🤓 V8 has two compilers for Wasm: the baseline - Liftoff - and the optimizing one - TurboFan. Today Turbofan jumps in after Liftoff, and compiles the entire module at once. But what if we optimized only the hot functions instead? Enter dynamic tiering: v8.dev/blog/wasm…
Forwarded from Learn WebAssembly (hossein dindar)
Scott Logic
The State of WebAssembly 2021
This blog post shares the results of the first State of WebAssembly Survey, with results from 250 respondents surveyed in June 2021. We find that Rust is the most frequently used and most desired WebAssembly language and many other interesting results
Forwarded from Learn WebAssembly (hossein dindar)
InfoQ
Lin Clark on the WebAssembly Component Model
Using the metaphor of lego blocks, Lin Clark (a Senior Principal Software Engineer at Fastly) discusses WebAssembly Component model with Wes Reisz, including the background, roadmap, and design goals. Today on the podcast, Lin and Wes talk web assembly and…