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 1b1b547 commit 427170fCopy full SHA for 427170f
README.md
@@ -69,13 +69,6 @@ git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
69
cd ./xeus-cpp
70
```
71
72
-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
73
-the following
74
-```bash
75
-micromamba create -f environment-wasm-build.yml -y
76
-micromamba activate xeus-cpp-wasm-build
77
-```
78
-
79
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
80
```bash
81
cd $HOME
0 commit comments