wasmi 0.1.0

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

set -eux

cd $(dirname $0)

time cargo test

cd -