[READ-ONLY] Mirror of https://github.com/okikio/opfs.

feat(drivers): add runtime-native driver entrypoints master

Runtime-specific adapters previously carried too much backend-native behavior inside the translation layer. Add explicit drivers for OPFS, host filesystems, record stores, Deno KV, and object providers, then update the runtime tests and provider benchmarks around those new seams. This keeps capability work at the driver layer while adapters stay focused on OPFS translation.