Path: blob/main/crates/fuzzing/wasm-spec-interpreter/tests/shr_s.wat
3101 views
(module
(type (;0;) (func (param i32 i32) (result i32)))
(func (;0;) (type 0) (param i32 i32) (result i32)
local.get 0
local.get 1
i32.shr_s
)
(export "test" (func 0))
)