Skip to content

Commit 98c3f25

Browse files
committed
Serve with cross-origin headers to support SharedArrayBuffer stdin
1 parent f8d88d6 commit 98c3f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rebuild:
1616

1717
# Serve both cockle and JupyterLite deployments.
1818
serve:
19-
npx static-handler serve
19+
npx static-handler --cors --coop --coep --corp serve
2020

2121
test:
2222
make -C test $@

0 commit comments

Comments
 (0)