Files
Mujoco_WASM/doc
Haroon Qureshi 0ddbb46fa1 Refactor mjVFS and resource management.
Resource operations (e.g. mju_openResource, mju_readResource, and
mju_closeResource, etc.) are now all handled by a VFS instance. It
is now up to the VFS to determine which provider to use in order to
handle those operations.

This allows us to dynamically add/remove (aka "mount") providers to
a VFS to handle special requests. mj_addFileVFS and mj_addBufferVFS
have been reimplemented as two such use-cases. Moreover, we expose
the mounting behaviour with two new functions: mj_mountVFS and
mj_unmountVFS.

PiperOrigin-RevId: 861550939
Change-Id: I070eb4bcc2982466c8f368f7918005538baa5185
2026-01-26 23:53:29 -08:00
..
2025-09-22 08:06:55 -07:00
2026-01-12 08:47:45 -08:00
2026-01-23 16:30:05 -08:00
2025-01-27 10:58:22 -08:00
2026-01-23 07:53:17 -08:00
2025-07-03 06:35:11 -07:00
2025-09-16 07:56:41 -07:00
2026-01-23 07:53:17 -08:00
2026-01-23 07:53:17 -08:00
2024-06-04 12:09:34 -07:00
2025-11-07 05:12:42 -08:00
2026-01-06 09:51:36 -08:00