cala_core 0.1.1

Low-level platform glue for Cala
Documentation
# Cala WebApp
This shows how to make a Cala Core Web App.

## Install cargo-cala
```bash
# cargo install cargo-cala
```

## Debugging
```bash
cargo cala wasm
```

Then open the link it prints out.

## Releasing
```bash
cargo cala webapp
```