ts-node bin/generate.ts
tsc
export RELEASE=`pkgjs-pjson . version`
WASI_ROOT=/usr ts-node bin/build_wasm.ts
export CFLAGS="$CFLAGS -gdwarf-4"
export LDFLAGS="$LDFLAGS"
make release build/libllhttp.a build/libllhttp.so
(cd ..;dh_auto_configure --buildsystem=cmake -Dllhttp/release -- -DCMAKE_BUILD_TYPE=Release)
(cd ..;dh_auto_build --buildsystem=cmake)
find . -type f
