Move test data used by cranelift-wasm's tests in the crate directory, to make the tests autonomous. Fixes #2910
This crate performs the translation from a wasm module in binary format to the in-memory form of the Cranelift IR.
If you're looking for a complete WebAssembly implementation that uses this library, see Wasmtime.