Changes

Jump to: navigation, search

MuJoCo WASM

15 bytes removed, 19 May
no edit summary
</code>
'''Tip:''' If you get an error with "undefined symbol: saveSetjmp/testSetjmp" at the build step, revert to:<code>./emsdk install 3.1.56 && ./emsdk activate 3.1.56 && source ./emsdk_env.sh</code>
== Build the mujoco_wasm Binary ==
Next, you'll build the MuJoCo WebAssembly binary.
=== On Linux ===
<code>
mkdir build
emcmake cmake ..
make
</code>
 
'''Tip:''' If you get an error with "undefined symbol: saveSetjmp/testSetjmp" at the build step, revert to:
<code>
./emsdk install 3.1.56 && ./emsdk activate 3.1.56 && source ./emsdk_env.sh
</code>

Navigation menu