Open main menu

Humanoid Robots Wiki β

Changes

MuJoCo WASM

300 bytes added, 19 May
Add install process
== Building ==
=== 1. Install emscripten ===
First, you need to install emscripten, which is a compiler toolchain for WebAssembly.
 
=== 2. Build the mujoco_wasm Binary ===
Next, you'll build the MuJoCo WebAssembly binary.
 
==== On Linux ====
<code>
mkdir build
cd build
emcmake cmake ..
make
</code>