wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

WebAssembly Micro Runtime (WAMR)

Results 327 wasm-micro-runtime issues
Sort by recently updated
recently updated
newest added

Hi regarding .wasm debug, is it possible to support serial/pty/jtag like interface in future? currently I can see only support socket interface for embedded environment, not all platform have tcp/ip...

I believe that the issue with this title has been discussed in various places, but I would like to find a place where we can discuss it in order to...

This is a subtle platform-specific WAIS bug. Run the following file compiled with wasi-sdk. It creates a file `tmp/a` and performs this sequence of actions: 1. Write 67 bytes to...

right now, wasm_set_exception propagates the trap to the whole cluster. however, when an embedder uses wasm_runtime_spawn_exec_env or wasm_runtime_spawn_thread, it depends on the use cases if the trap propagation is appropriate...

I am using wamr in a brpc server, and when I call the server, the thread received a SIGSEGV like this: ![image](https://github.com/bytecodealliance/wasm-micro-runtime/assets/144980744/f189affe-16ce-480e-af17-12abf5c82c75) It seems like during execution of wasm_runtime_full_init(), some...

Dear developers, I've been working with the TensorFlow Lite workload found in your repository (https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/samples/workload/tensorflow) which is currently using TensorFlow v2.4. Kudos to @wustwn for the original implementation. Considering the...

## For Bazel Please follow the [README](./samples/workload/tensorflow/README.md) - [ ] add `pthread` support - [ ] add `sgx` support ## For Cmake (Deprecated) - apply the patch - involve Emscripten...

## Steps to reproduce There is a file `Data/mydir/test.txt` is in the path `Data/mydir`. The test program is to print the files in the path `Data/mydir`. The c file is...

libc-wasi