Commit Graph

4 Commits

Author SHA1 Message Date
LLM
4e7a15b9e8 [+] add build config for archlinux as separate meson package
1. add python/pyproject.common.toml with module definitions;
  2. add meson/online/.../archlinux/ with meson.build, m.py, pyproject.common.toml;
  3. meson.build uses fs.relative_to for python sources from ../../python/;
  4. m.py is cli_bootstrap.py copy with last 5 lines patched for paths;
  5. update Makefile with python_put_archlinux_venv rule;
  6. rename python/pyproject.toml to pyproject.toml.bak;
  7. update .gitignore, docker-compose.local.yml, requirements.txt;
2026-04-06 07:04:09 +00:00
3b90dbb347 [+] update wasm cross init 2025-06-12 15:28:37 +03:00
49119673d2 [+] fix wasm cross file 2025-06-03 17:24:45 +03:00
0166dc4756 [+] partially migrate pr34 to meson.build
1. add wasm toolchain for meson;
2025-05-09 13:21:23 +03:00