Software:Mod wasm

From HandWiki
Revision as of 19:12, 10 November 2022 by MainEditor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

mod_wasm is an Apache HTTP Server extension module able to run and server WebAssembly binaries as endpoints.

It was unveiled at the ApacheCon North America on Oct 3rd, 2022.[1] In addition, a full-detailed article can be found on VMware's Wasm Labs page.[2]

Design and Source Code

The project consists in two libraries: mod_wasm.so (written in C) and libwasm_runtime.so (written in Rust). It uses Wasmtime[3] as the primary WebAssembly runtime.

Source code, demo containers, and examples can be found on the mod_wasm GitHub repository.

Media

After launch, it received different press coverage in the media. [4][5][6][7]

References