Source code
Revision control
Copy as Markdown
Other Tools
wasmEvalText(
`(module
(type $type0 (func (result i32)))
(export "" (func $func0))
(func $func0 (result i32)
(i32.shr_s (i32.const -40) (i32.const 34))))`);
wasmEvalText(
`(module
(type $type0 (func (result i32)))
(export "" (func $func0))
(func $func0 (result i32)
(i32.shr_s (i32.const -40) (i32.const 34))))`);