Home

Awesome

<br/>

⚠️ This project will be archived soon. The development will continue as an independent community fork on: https://github.com/webassemblylabs/webassembly-language-runtimes

<br/>

webassembly-language-runtimes

WebAssembly Language Runtimes (or WLR for short) offers pre-built wasm32-wasi binaries for language runtimes and static builds of common open source libraries.

This repository contains the build scripts and patches that are used to do those builds, as well as examples on how to use them.

Try it out

WLR is used in projects like mod_wasm for traditional deployments and Wasm Workers Server for the development of serverless apps. To get a glimpse of that you could:

The released assets are also easy to use with various platforms and tools.

If you are into porting of C-based apps to wasm32-wasi you could play with the libs.

Releases

Here is a reference to the latest releases of all built projects.

Language runtimeLatest release
php8.2.6
python3.12.0
ruby3.2.2
LibraryLatest release
libs/bundle_wlr0.1.0
libs/bzip21.0.8
libs/libjpeg2.1.5.1
libs/libpng1.6.39
libs/libuuid1.0.3
libs/libxml22.11.4
libs/oniguruma6.9.8
libs/sqlite3.42.0
libs/zlib1.2.13

For developers

If you want to contribute to this project or run a build on your own machine, take a look at the ./docs/developers.md documentation.