Tarantella is an incoming package manager for WASM modules meant to be dynamically linked!
cargo install tarantella
``` tapm 0.4.0
USAGE:
tapm
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS:
build Build your wasm 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]
)
run Start an HTTP server to serve your main module
```
``` tapm-run 0.4.0 Start an HTTP server to serve your main module
USAGE: tapm run [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-p, --port
``
tapm-new 0.4.0
Create a new wasm app (e.g.,
--new "dancing_web" [-s] `)
USAGE:
tapm new [FLAGS]
FLAGS: -h, --help Prints help information -s, --side-module Create a side module -V, --version Prints version information
ARGS:
Check out Tarantella's GitHub project board for a view of implemented subcommands here.