Glossary
Term |
Meaning in this project |
|---|---|
ABI |
The callable surface exposed by the WASM build: exported C symbols + wrapper conventions. |
|
Build outputs for one MuJoCo version/ref. |
|
The explicit export list consumed by Emscripten ( |
wrapper |
Generated |
introspection |
Automated extraction from |
gate |
A check that detects export/ABI drift or quality regressions (size/init time). |
smoke test |
A minimal runtime test that compiles and steps a tiny model to catch major regressions. |