sauron-native 0.1.0

An html library for building client side webapps
Documentation
#!/bin/bash

cargo test --all --features "with-tui with-html"


# Install wasm-pack if it isn't installed yet
if ! type wasm-pack > /dev/null; then
    cargo install wasm-pack
fi

wasm-pack test --firefox --headless