Skip to content

Commit 40f7bf6

Browse files
committed
docs: update implementation status with maxMemory and test count
1 parent c7c5e9d commit 40f7bf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specs/009-implementation-status.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ Default limits (configurable):
451451
| Loop iterations | 100,000 |
452452
| Function depth | 100 |
453453
| Output size | 10MB |
454+
| Interpreter memory | 10MB (`max_memory` / `maxMemory`) |
454455
| Parser timeout | 5 seconds |
455456
| Parser operations (fuel) | 100,000 |
456457
| Input size | 10MB |
@@ -473,7 +474,7 @@ NAPI-RS bindings in `crates/bashkit-js/`. TypeScript wrapper in `wrapper.ts`.
473474

474475
**Platform matrix:** macOS (x86_64, aarch64), Linux (x86_64, aarch64), Windows (x86_64), WASM
475476

476-
**Tests:** `crates/bashkit-js/__test__/` — VFS roundtrip, interop, error handling, security (90+ white/black-box tests covering TM-DOS, TM-ESC, TM-INF, TM-INT, TM-ISO, TM-UNI, TM-INJ, TM-NET)
477+
**Tests:** `crates/bashkit-js/__test__/` — VFS roundtrip, interop, error handling, security (100+ white/black-box tests covering TM-DOS, TM-ESC, TM-INF, TM-INT, TM-ISO, TM-UNI, TM-INJ, TM-NET)
477478

478479
### Python (`bashkit`)
479480

0 commit comments

Comments
 (0)