We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6223d commit 0e0e9ecCopy full SHA for 0e0e9ec
1 file changed
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Build (WASM)
66
run: |
67
- emcc *.cpp -o qc.js -std=c++23 \
+ emcc *.cpp -o qc.js -std=c++20 \
68
-s WASM=1 \
69
-s EXPORTED_FUNCTIONS='["_run_quantum_code"]' \
70
-s EXPORTED_RUNTIME_METHODS='["ccall","cwrap"]' \
0 commit comments