Initial commit

This commit is contained in:
Thomas
2026-02-28 18:00:58 +00:00
commit c66c12ae68
587 changed files with 239570 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Build artifacts
build/
build-wasm/
build-win64/
*.o
# Binaries
jnr
jnr.exe
# Distribution
dist-web/
dist-win64/
jnr-latest.zip
# Emscripten SDK (local install)
emsdk/
# Dependencies (vendored SDKs)
deps/
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
.cache/
compile_commands.json
# OS
.DS_Store
Thumbs.db