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 590e7bb commit 9538381Copy full SHA for 9538381
emsdk_env.fish
@@ -0,0 +1,17 @@
1
+#In your Fish configuration, add this line:
2
+#alias emsdk_setup ". /path/to/emsdk/emsdk_env.fish"
3
+#Now, when you want to use the SDK, run this alias first to set up
4
+#your environment.
5
+
6
+set -l script (status -f)
7
+set -l dir (dirname $script)
8
9
+pushd $dir > /dev/null
10
11
+./emsdk construct_env "$argv"
12
+. ./emsdk_set_env.sh
13
14
+set -e -l script
15
+set -e -l dir
16
17
+popd > /dev/null
0 commit comments