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 709e2f9 commit 899bb1dCopy full SHA for 899bb1d
examples/cross_build/wasm/wasm64/ci_test_example.py
@@ -2,7 +2,8 @@
2
from test.examples_tools import chdir, run
3
4
run("conan build . --build=missing --profile:host ../profiles/wasm32")
5
-run("conan build . --build=missing --profile:host ../profiles/wasm64")
+# wasm64 not yet added to conan-io: https://github.com/conan-io/conan/pull/18400
6
+# run("conan build . --build=missing --profile:host ../profiles/wasm64")
7
8
if platform.system() == "Windows":
9
with chdir("build"):
0 commit comments