Lua runner with rich builtin stdlib
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
a/Makefile

9 lines
282 B

.PHONY: make update-psl
make:
cargo build --release
# Refresh the vendored Public Suffix List used for cookie domain checks
# (compiled into the binary by stdlib::http).
update-psl:
curl -sfL https://publicsuffix.org/list/public_suffix_list.dat -o assets/public_suffix_list.dat