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 75bb348 commit dfe6322Copy full SHA for dfe6322
.github/workflows/compatibility.yml
@@ -22,3 +22,6 @@ jobs:
22
make bootstrap
23
cd Example/JavaScriptKitExample
24
swift build --triple wasm32-unknown-wasi
25
+ swift build --triple wasm32-unknown-wasi -Xswiftc -DJAVASCRIPTKIT_WITHOUT_WEAKREFS
26
+ swift build --triple wasm32-unknown-wasi -Xswiftc -DJAVASCRIPTKIT_WITHOUT_BIGINTS
27
+ swift build --triple wasm32-unknown-wasi -Xswiftc -DJAVASCRIPTKIT_WITHOUT_WEAKREFS -Xswiftc -DJAVASCRIPTKIT_WITHOUT_BIGINTS
0 commit comments