diff --git a/scripts/check-core-sizes.ts b/scripts/check-core-sizes.ts index 2eb22ecd..eba91693 100755 --- a/scripts/check-core-sizes.ts +++ b/scripts/check-core-sizes.ts @@ -13,7 +13,8 @@ args: import * as ARGV from "./utils/args.ts" const exceptions: { [pkg: string]: number } = { - "deno.land": 4 + "deno.land": 4, + "ziglang.org": 8, } const pkgs = await ARGV.toArray(ARGV.pkgs())