pub async fn list_bindings(
    client: &WasmerClient,
    name: &str,
    version: Option<&str>,
) -> Result<Vec<Bindings>, Error>Expand description
List all bindings associated with a particular package.
If a version number isn’t provided, this will default to the most recently published version.