最終更新:2021-02-21 (日) 20:48:00 (1158d)  

emsdk
Top / emsdk

Emscripten SDK

https://github.com/emscripten-core/emsdk

Linux

Setting the following tools as active:
   node-14.15.5-64bit
   releases-upstream-fc5562126762ab26c4757147a3b4c24e85a7289e-64bit

Next steps:
- To conveniently access emsdk tools from the command line,
  consider adding the following directories to your PATH:
    /home/user/emsdk
    /home/user/emsdk/node/14.15.5_64bit/bin
    /home/user/emsdk/upstream/emscripten
- This can be done for the current shell by running:
    source "/home/user/emsdk/emsdk_env.sh"
- Configure emsdk in your bash profile by running:
    echo 'source "/home/user/emsdk/emsdk_env.sh"' >> $HOME/.bash_profile