tarantella
Tarantella is a modern package manager for C/C++ WASM apps (main modules) and WASM libraries (side modules) meant to be dynamically linked!
How to download and setup tarantella
Open terminal and run command
git clone https://github.com/danbugs/tarantella.git
git clone is used to create a copy or clone of tarantella repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with tarantella https://github.com/danbugs/tarantella/archive/master.zip
Or simply clone tarantella with SSH
[email protected]:danbugs/tarantella.git