Skip to content

Commit a57ca1a

Browse files
committed
ref(wcwidth): generate efficient wcwidth tables
1 parent 4139212 commit a57ca1a

3 files changed

Lines changed: 517 additions & 1105 deletions

File tree

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"fmt:check": "deno fmt --check && clang-format --dry-run --Werror src/*.c src/*.h",
88
"build:npm": "deno run -A tasks/build-npm.ts",
99
"build:jsr": "deno run -A tasks/build-jsr.ts",
10-
"bench": "deno run -A bench/mod.ts"
10+
"bench": "deno run -A bench/mod.ts",
11+
"gen-wcwidth": "deno run --allow-net --allow-write=src/wcwidth.c tasks/gen-wcwidth.ts"
1112
},
1213
"imports": {
1314
"@std/testing": "jsr:@std/testing@1",

0 commit comments

Comments
 (0)