Home

Errors: 10

Warnings: 0

Successes: 10


start.wast

{"type":"assert_invalid","line":2,"filename":"start.0.wasm","text":"unknown function"}

expected error

{"type":"assert_invalid","line":7,"filename":"start.1.wasm","text":"start function"}

expected error

{"type":"assert_invalid","line":14,"filename":"start.2.wasm","text":"start function"}

expected error

{"type":"module","line":21,"filename":"start.3.wasm"}

loaded

{"type":"assert_return","line":45,"action":{"type":"invoke","field":"get"},"expected":[{"type":"i32","value":"68"}]}
(assert_return (invoke "get") (i32.const 68))

error, wrong result, expected 68, got 65

{"type":"action","line":46,"action":{"type":"invoke","field":"inc"}}

action done

{"type":"assert_return","line":47,"action":{"type":"invoke","field":"get"},"expected":[{"type":"i32","value":"69"}]}
(assert_return (invoke "get") (i32.const 69))

error, wrong result, expected 69, got 66

{"type":"action","line":48,"action":{"type":"invoke","field":"inc"}}

action done

{"type":"assert_return","line":49,"action":{"type":"invoke","field":"get"},"expected":[{"type":"i32","value":"70"}]}
(assert_return (invoke "get") (i32.const 70))

error, wrong result, expected 70, got 67

{"type":"module","line":51,"filename":"start.4.wasm"}

loaded

{"type":"assert_return","line":74,"action":{"type":"invoke","field":"get"},"expected":[{"type":"i32","value":"68"}]}
(assert_return (invoke "get") (i32.const 68))

error, wrong result, expected 68, got 65

{"type":"action","line":75,"action":{"type":"invoke","field":"inc"}}

action done

{"type":"assert_return","line":76,"action":{"type":"invoke","field":"get"},"expected":[{"type":"i32","value":"69"}]}
(assert_return (invoke "get") (i32.const 69))

error, wrong result, expected 69, got 66

{"type":"action","line":77,"action":{"type":"invoke","field":"inc"}}

action done

{"type":"assert_return","line":78,"action":{"type":"invoke","field":"get"},"expected":[{"type":"i32","value":"70"}]}
(assert_return (invoke "get") (i32.const 70))

error, wrong result, expected 70, got 67

{"type":"module","line":80,"filename":"start.5.wasm"}

loaded

{"type":"module","line":86,"filename":"start.6.wasm"}

loaded

{"type":"module","line":92,"filename":"start.7.wasm"}

loaded

{"type":"assert_uninstantiable","line":98,"filename":"start.8.wasm","text":"unreachable"}

expected error

{"type":"assert_malformed","line":103,"filename":"start.9.wat","text":"multiple start sections"}

got error: unexpected magic number

Generated at 2024-09-05T14:40:37