ucode: add ucode plugin support
authorJo-Philipp Wich <jo@mein.io>
Tue, 23 Nov 2021 10:47:08 +0000 (11:47 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 23 Nov 2021 18:26:43 +0000 (19:26 +0100)
commit3ceccd02d86bf4d6609f46d8b30963cc52034cc2
tree43a8ccd6394adb7bd7ee8a2411a03150b1dbe770
parentf0f14068f34adb6c9145e1c58786f2f9c805e4ee
ucode: add ucode plugin support

The ucode plugin mirrors the functionality of the Lua module, but using
the ucode script interpreter instead.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
CMakeLists.txt
main.c
ucode.c [new file with mode: 0644]
uhttpd.h