update epoxy

This commit is contained in:
Percs
2025-01-14 15:44:23 -06:00
parent 641f47e440
commit 255295528e
3 changed files with 6 additions and 5 deletions

View File

@@ -2,10 +2,10 @@
* @type {import("prettier").Config}
*/
const config = {
tabWidth: 4,
trailingComma: "all",
semi: true,
singleQuote: false,
trailingComma: "all",
useTabs: true,
semi: true,
singleQuote: false,
};
export default config;

View File

@@ -41,6 +41,7 @@ Anura shows as more of a proof-of-concept with what's possible on the modern web
- `wasm-opt`
- `make`
- `gcc` (`gcc-multilib` on Debian and Ubuntu x86_64)
- 32 bit version of `glibc` (needed for building rootfs, `lib32-glibc` on Arch Linux)
- `clang`
- `uuid-runtime`
- `jq`