Open main menu

Humanoid Robots Wiki β

Changes

MuJoCo WASM

33 bytes added, 19 May
Build the mujoco_wasm Binary
== Build the mujoco_wasm Binary ==
Next, you'll build the MuJoCo WebAssembly binary.
 <codesyntaxhighlight lang="bash">
mkdir build
cd build
emcmake cmake ..
make
</codesyntaxhighlight>
'''Tip:''' If you get an error with "undefined symbol: saveSetjmp/testSetjmp" at the build step, revert to: