orange

Results 39 issues of orange

I want to know What is the difference between wasmer-go and wasmer? What is the relationship between wasmer-go and wasmer? Does wasmer-go use part of code in wasmer?

❓ question

## Steps to reproduce It is related to https://github.com/wasmerio/wasmer/issues/857. The demo.wasm is uploaded as demo-wasm.txt. [demo-wasm.txt](https://github.com/wasm3/wasm3/files/9357867/demo-wasm.txt) `wasm3 --func fib demo.wasm abc` ## Environment wasm3 0.5.0 macOS10.15 and ubuntu20.04 ## Expected...

improvement
app

### Summary Read a link file failed. ### Current State wasmedge prints: ``` Enter path_readlink. Error reading new_link: Permission denied Enter snapshot Error getting file attributes: Bad file descriptor ```...

bug
good first issue
Hacktoberfest
priority:low
c-WASI

### Summary Creating directory, however, the directory state maybe incorrect. ### Current State wasmedge also prints: ``` Enter path_create_directory. Directory 'newdir' created under 'Data/mydir' Leave path_create_directory. Enter snapshot File Size:...

bug
good first issue
Hacktoberfest
priority:low
c-WASI

# Steps to reproduce (1)The c file is : ``` #include #include #include #include int main() { const char* file_name = "Data/hello.txt"; int open_style= O_RDONLY; int fd = get_fd(file_name, open_style);...

### Summary Related to `https://github.com/wasmerio/wasmer-python/issues/713` The go file is: ``` package main import ( "fmt" "github.com/wasmerio/wasmer-go/wasmer" "io/ioutil" ) func main() { wasmBytes, _ := ioutil.ReadFile("./tmp.wasm") engine := wasmer.NewEngine() store :=...

❓ question

### Summary The wasm file is : [tmp-wasm.txt](https://github.com/wasmerio/wasmer-go/files/11207225/tmp-wasm.txt) The go file is : ``` package main import ( "fmt" wasmer "github.com/wasmerio/wasmer-go/wasmer" "io/ioutil" ) func main() { // os.Chdir(filepath.Dir(os.Args[0])) wasmBytes, _...

❓ question

### Summary The wasm file is : [uutils-wasm.txt](https://github.com/wasmerio/wasmer-go/files/11206751/uutils-wasm.txt) The go file is : ``` package main import ( "fmt" wasmer "github.com/wasmerio/wasmer-go/wasmer" "io/ioutil" ) func main() { // os.Chdir(filepath.Dir(os.Args[0])) wasmBytes, _...

❓ question

### Describe the bug The wat file: ``` (module (type $0 (func)) (func (export "start") (type $0)) (memory (;0;) 65536) ) ``` The go file: ``` package main import (...

🐞 bug

### Describe the bug The wat file: ``` (module (func (result i64) v128.const i64x2 -1 1 global.get 0 f64x2.replace_lane 0 i64x2.extract_lane 1 ) (global f64 (f64.const 1)) (export "func1" (func...

🐞 bug