You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add std shim layer for mlua-ready stdlib contract
Introduce codedash.std as abstraction over external dependencies.
Prototype mode uses cjson+io.open; production mode accepts Rust
injection via __rustlib global (mlua). loader.lua now uses std
instead of cjson directly. rustlib.json defines the contract.