upload current sources

This commit is contained in:
2026-04-10 11:09:26 -07:00
commit c38d60e34c
4189 changed files with 793082 additions and 0 deletions

13
node_modules/bare-fs/CMakeLists.txt generated vendored Normal file
View File

@@ -0,0 +1,13 @@
cmake_minimum_required(VERSION 4.0)
find_package(cmake-bare REQUIRED PATHS node_modules/cmake-bare)
project(bare_fs C)
add_bare_module(bare_fs)
target_sources(
${bare_fs}
PRIVATE
binding.c
)