We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539ce7e commit 0a673faCopy full SHA for 0a673fa
.github/workflows/compatibility.yml
@@ -17,6 +17,6 @@ jobs:
17
run: |
18
set -eux
19
make bootstrap
20
- cd Example/JavaScriptKitExample
+ cd Examples/Basic
21
swift build --triple wasm32-unknown-wasi
22
swift build --triple wasm32-unknown-wasi -Xswiftc -DJAVASCRIPTKIT_WITHOUT_WEAKREFS
0 commit comments