github.com/tetratelabs/wazero@v1.7.3-0.20240513003603-48f702e154b5/internal/integration_test/fuzzcases/testdata/721.wat (about) 1 (module 2 (func (export "conditional before elem.drop") (result i32) 3 ref.null func 4 ref.is_null 5 ;; At this point, i32 value is placed on the conditional register. 6 ;; elem.drop must handle it correctly and save it to a general purpose one. 7 elem.drop 0 8 ) 9 (elem func) 10 )