Get the latest tech news

WASM Is the New CGI


I read a wonderful twitter thead about CGI and the birth of the web and this triggered a thought I've been kicking around. > Wasm is the new CGI And to be cle...

HTTP based database APIs (see Azure or DynamoDB) are popular in the serverless application model as they tolerate massive numbers of connections and are easier to scale up and down with functions than traditional RDBMs solutions. Web Assembly LogoAdditionally since V8 based serverless environments (like Node.js, Cloudflare Workers and Deno) are common, we already have some very mature Wasm execution capabilities thanks to the work in the browser. A process with two threads of execution, running on one processor from Wikipedia Just in Time (JIT) compilation is not possible as dynamic Wasm code generation is not allowed for security reasons.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of wasm

wasm

Photo of New CGI

New CGI

Related news:

News photo

Wasm2Mpy: Compiling WASM to MicroPython so it can run on Raspberrys

News photo

Compilation of JavaScript to WASM, Part 2: Ahead-of-Time vs. JIT

News photo

Slime mold simulation in Rust using WASM and WebGPU