Move test data used by cranelift-wasm's tests in the crate directory, to make the tests autonomous. Fixes #2910
12 lines
142 B
Plaintext
12 lines
142 B
Plaintext
(module
|
|
(func (result externref)
|
|
(ref.null extern)
|
|
)
|
|
|
|
(func (result externref)
|
|
(block (result externref)
|
|
(ref.null extern)
|
|
)
|
|
)
|
|
)
|