orange

Results 39 issues of orange

## Steps to reproduce The wat file is : `(module (type (;0;) (func)) (func (;0;) (type 0) unreachable) (start 0))` The steps to reproduce are: `wat2wasm test.wat` `wasm3 test.wasm` ##...

bug

## Steps to reproduce [test-wat.txt](https://github.com/wasm3/wasm3/files/9276749/test-wat.txt) [test-rs.txt](https://github.com/wasm3/wasm3/files/9276751/test-rs.txt) test.rs is uploaded as test-rs.txt and test.wat is uoloaded as test-wat.txt. Call the host functions `assert_eq_i32` and `print_input` in wasm. `cargo run --example test-wasmer2721`...

## Steps to reproduce It is linked to https://github.com/wasmerio/wasmer/issues/979. `wasm3 panic_index_oob_all_backends.wasm` The panic_index_oob_all_backends.wasm is uploaded as test.txt. [test.txt](https://github.com/wasm3/wasm3/files/9276278/test.txt) ## Expected result Assert the `index out of bounds` errors when import_global_index...

bug

## Steps to reproduce [test-wat.txt](https://github.com/wasm3/wasm3/files/9234430/test-wat.txt) [test-wasm.txt](https://github.com/wasm3/wasm3/files/9234431/test-wasm.txt) The test.wasm is uploaded as test-wasm.txt, and test.wat is uploaded as test-wat.txt `wasm3 test.wasm` ## Expected result Print "TEST" Other wasm runtime, incuding wasmer,...

## Steps o reproduce This is related to https://github.com/bytecodealliance/wasmtime/issues/2493 Compile the C program into wasm : [ls.txt](https://github.com/wasm3/wasm3/files/9233767/ls.txt) `wasm3 ls.wasm --dir=./testfolder -- testfolder | wc -l` ## Expected result 203 ##...

## Steps to reproduce Trying to rename the oldfile name to newfile through the test.wasm. The wasm file is uploaded as test.txt. [test.txt](https://github.com/wasm3/wasm3/files/9230640/test.txt) The wasm file is compiled from a...

## Steps to reproduce When executing the wasm file, the wasm3 0.5.0 prints Result: Is it a bug ? [test.txt](https://github.com/wasm3/wasm3/files/9230427/test.txt) Execute the `multiply_4` function and `multiply_8` function in macOS or...

## Steps to reproduce The wat file : (module (memory (;0;) 65536)) `wat2wasm test.wat` `wasm3 test.wasm` ## Expected result successfully set the max value memory 65536. The memory value

## Steps to reproduce The wat file : (module (type (;0;) (func (param externref) (result i32))) (func $test (type 0) (param externref) (result i32) (local i32) i32.const 0 local.tee 1...

## Steps to reproduce The wat file : (module (type (;0;) (func (result f64))) (func (;0;) (type 0) (result f64) f64.const 0x0p+0 (;=0;) f64.const 0x0p+0 (;=0;) f64.const 0x0p+0 (;=0;) f64.div...

improvement
app