Skip to content

Commit 27595eb

Browse files
authored
chore: content-encodings should be a flags (#402)
* Content encodings should be a `flags` * Re-generate the xqd world * Format
1 parent 4a0fdec commit 27595eb

File tree

4 files changed

+1444
-1505
lines changed

4 files changed

+1444
-1505
lines changed

c-dependencies/js-compute-runtime/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ regenerate-world:
229229
@exit 1
230230
else
231231
regenerate-world:
232-
$(WIT_BINDGEN) guest c xqd.wit --no-helpers --out-dir xqd-world
232+
$(WIT_BINDGEN) c xqd.wit --no-helpers --out-dir xqd-world
233233
endif
234234

235235

0 commit comments

Comments
 (0)