New
Faasm 0.8.18
Here is what has changed since last release:
[0.8.18] - 2022-12-14
- Updates for nng-based faabric branch (#708)
- Clarify split for cross-compiled applications (#704)
- Replace VLA usage with heap-allocated buffers (#707)
- Remove globbing from tests (#697)
- Remove LSAN (#703)
- Fix
format-codetask with--checkflag for C++ code (#699) - Temporarily remove CGroup mode in docker compose (#696)
- Pass
--cmdlinetofunc_runnerand parse CL args (#692)
[0.8.16] - 2022-11-02
- Fix clean image build (#693)
- Remove
BOOST_NO_TYPEIDwhich snuck back in during one of the PR merges (#691) - Unified toolchain variables (#689)
- Fixes to CI/CD (#688)
- Asio+Beast-based endpoint server (#683)
- Codegen: add --clean flag to codegen_func (#685)
- Bump WAMR's dependency to the most up-to-date version (#682)
- Prevent
inv cluster.stopfrom removing CLI containers (#675)