From 950deec160610d25d19a3bb1b7bdc2edb4184fc0 Mon Sep 17 00:00:00 2001
From: Ivan Gagis <igagis@gmail.com>
Date: Wed, 22 Jan 2025 23:28:21 +0200
Subject: [PATCH] conan: add emscripten profile

---
 emscripten/conan.profile | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 emscripten/conan.profile

diff --git a/emscripten/conan.profile b/emscripten/conan.profile
new file mode 100644
index 0000000..5d86e51
--- /dev/null
+++ b/emscripten/conan.profile
@@ -0,0 +1,10 @@
+[settings]
+os=Emscripten
+arch=wasm
+compiler=clang
+compiler.version=15
+compiler.libcxx=libc++
+build_type=Release
+
+[tool_requires]
+emsdk/[>=3.1.72]