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} * @type {import("prettier").Config}
*/ */
const config = { const config = {
tabWidth: 4, trailingComma: "all",
trailingComma: "all", useTabs: true,
semi: true, semi: true,
singleQuote: false, singleQuote: false,
}; };
export default config; 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` - `wasm-opt`
- `make` - `make`
- `gcc` (`gcc-multilib` on Debian and Ubuntu x86_64) - `gcc` (`gcc-multilib` on Debian and Ubuntu x86_64)
- 32 bit version of `glibc` (needed for building rootfs, `lib32-glibc` on Arch Linux)
- `clang` - `clang`
- `uuid-runtime` - `uuid-runtime`
- `jq` - `jq`