wasmi 0.6.2

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

set -eux

cd $(dirname $0)

cargo check --tests

cd -