swasmi 0.4.0

WebAssembly interpreter
Documentation
#!/usr/bin/env bash

set -eux

cd $(dirname $0)

time cargo test

cd -