Skip to content

Commit 899bb1d

Browse files
committed
Removed wasm64 compilation as it is not supported yet
1 parent 709e2f9 commit 899bb1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/cross_build/wasm/wasm64/ci_test_example.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
from test.examples_tools import chdir, run
33

44
run("conan build . --build=missing --profile:host ../profiles/wasm32")
5-
run("conan build . --build=missing --profile:host ../profiles/wasm64")
5+
# 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")
67

78
if platform.system() == "Windows":
89
with chdir("build"):

0 commit comments

Comments
 (0)