Tarantella is an incoming package manager for WASM modules meant to be dynamically linked!
``` tapm 0.1.0
USAGE:
tapm.exe
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS:
add Add a new dependency to your wasm app (e.g., --add "dcw-0.1.0"
)
build Build your wasmp app
help Prints this message or the help of the given subcommand(s)
new Create a new wasm app (e.g., --new "dancing_web" [-s]
)
```
Check out Tarantella's GitHub project board for a view of implemented subcommands here.