/althttpd-wasm

A WebAssembly version of althttpd, a simple web server written in C.

Primary LanguageCApache License 2.0Apache-2.0

althttpd-wasm

An attempt at bringing althttpd to WebAssembly.

Compile

This is the command to compile the C code to WebAssembly with emscripten.

./build.sh

Run

It's a web server and it supports the headers required for shared array buffer, so we can use it to serve the files in the directory.

./run.sh