swasmi 0.4.0

WebAssembly interpreter
Documentation
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

set -eux

cd $(dirname $0)

cargo check --tests

cd -