From 028d63d276a6e1860d0137185102aada971b163b Mon Sep 17 00:00:00 2001 From: Rodrigo Delduca Date: Fri, 7 Feb 2025 16:18:47 -0300 Subject: [PATCH] Work in progress --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++---------- src/socket.cpp | 6 ------ 2 files changed, 42 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 5336f55..01dbbcc 100644 --- a/README.md +++ b/README.md @@ -6,34 +6,66 @@ It is a transcendental descendant of the [Wintermoon](https://github.com/winterm ### Build -Python & virtualenv +**Python & virtualenv** ```shell uv venv source .venv/bin/activate ``` -Conan & pre-commit hooks +**Conan & hooks pre-commit** ```shell uv pip install -r requirements.txt pre-commit install conan profile detect --force conan remote update conancenter --url https://center2.conan.io -conan install . --output-folder=build --build=missing --settings compiler.cppstd=20 --settings build_type=Release ``` -CMake build +**Adding the WebAssembly profile** ```shell -cd build -cmake .. -DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake" -DCMAKE_BUILD_TYPE=Release -DSANDBOX=ON -cmake --build . --parallel 8 +cat > ~/.conan2/profiles/webassembly <