WASM build with docker container

This commit is contained in:
Lorenzo Venerandi
2025-01-29 17:43:10 +01:00
parent f970a17221
commit 0490884213
5 changed files with 79 additions and 9 deletions

10
.gitignore vendored
View File

@@ -1,3 +1,7 @@
build/*
__pycache__/
.venv
# Python
**/__pycache__/
.venv
# Environment
.env
.vscode