Skip to content

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

License

Notifications You must be signed in to change notification settings

tomayac/althttpd-wasm

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages