Move test data used by cranelift-wasm's tests in the crate directory, to make the tests autonomous. Fixes #2910
4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
(module
|
|
(func (export "i64.dup") (param i64) (result i64 i64)
|
|
(get_local 0) (get_local 0)))
|