refactor: simplify and add memory indexing

This commit is contained in:
2026-01-05 04:42:46 +01:00
parent 74d45cbe92
commit ed15a0eb27
37 changed files with 854 additions and 1328 deletions

View File

@@ -24,7 +24,7 @@
},
"test": {
"command": "deno test --allow-all",
"command": "deno test --allow-all ./src",
"description": "Run all tests using Denos built-in test runner."
},