tus_web 0.1.0

TUS protocol client for the web.
Documentation

# TUS Web

TUS protocol client for web and node.

## Test

Start the reference server:

```
podman run \
    -d \
    --rm \
    --name tusd \
    -p 1080:1080 \
    docker.io/tusproject/tusd:v1.9
```

Run tests

```
wasm-pack test --node
```