We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6692a45 commit cfb7be3Copy full SHA for cfb7be3
README.md
@@ -67,7 +67,8 @@ cd ./xeus-cpp
67
Now you'll want to create a clean mamba environment containing the tools you'll need to do a wasm build. This can be done by executing
68
the following
69
```bash
70
-micromamba create -n "xeus-cpp-wasm-build" -y environment-wasm-build.yml
+micromamba create -f environment-wasm-build.yml -y
71
+micromamba activate xeus-cpp-wasm-build
72
```
73
74
You'll now want to make sure you're using emsdk version "3.1.45" and activate it. You can get this by executing the following
0 commit comments