Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 513 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 513 Bytes

Waster

This is my own "whatever Functions" implementation.

What a waste of time, but amazing pet project

Build

Note: For now, just tested in macOS Ventura

Instructions for compile and run

mkdir -p build
cd build
cmake ..
# For debug mode
# cmake -DCMAKE_BUILD_TYPE=Debug ..
cmake --build . -j32
./waster

Doing the request with curl:

curl localhost:3000

Note:

This has a resource leak, I'm not releasing everything of libuv nor QuickJS resources, this is purely experimental.