We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88d65a commit a0881e9Copy full SHA for a0881e9
README.md
@@ -39,6 +39,7 @@ The following vendor libraries can be automatically downloaded and compiled from
39
40
* [Boost][boost]: portable C++ libraries
41
* [OpenBLAS][openblas]: optimized BLAS library
42
+* [Emscripten][emscripten]: LLVM to JavaScript compiler
43
44
45
### Download
@@ -260,6 +261,7 @@ Copyright © 2016-2017. The Stdlib [Authors][authors].
260
261
262
[boost]: http://www.boost.org/
263
[openblas]: https://github.com/xianyi/OpenBLAS
264
+[emscripten]: http://kripken.github.io/emscripten-site/index.html
265
266
[node-path]: https://nodejs.org/api/modules.html#modules_loading_from_the_global_folders
267
[bash-profile]: http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_03_01.html
0 commit comments