mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
spec:
https://github.com/WebAssembly/spec/commit/e3c10811
simd:
https://github.com/WebAssembly/simd/commit/de4409bc
gc:
https://github.com/WebAssembly/gc/commit/db1c01a9
tail-call:
https://github.com/WebAssembly/tail-call/commit/394d0aa3
This change was automatically generated by `update-testsuite.sh`
11 lines
320 B
Plaintext
Vendored
11 lines
320 B
Plaintext
Vendored
(module
|
|
(func (export "externref") (result externref) (ref.null extern))
|
|
(func (export "funcref") (result funcref) (ref.null func))
|
|
|
|
(global externref (ref.null extern))
|
|
(global funcref (ref.null func))
|
|
)
|
|
|
|
(assert_return (invoke "externref") (ref.null extern))
|
|
(assert_return (invoke "funcref") (ref.null func))
|