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

I am currently trying to write a program which can load and execute functions from AoT compiled wasm module using the wasm-c-api. Keeping the wasm modules and their functions simple...

When loading wasm module, I get following error: error: AOT module load failed: resolve symbol __aeabi_i2f failed I'm comiling with: target_compile_options (app PRIVATE -mfloat-abi=soft) target_compile_options (app PRIVATE -lfplib) which means...

I upgraded my AS WASM app to 0.18.23 (latest AssemblyScript version), it compiles/installs fine, but timer no longer works (it works fine on 0.17.15). 1. Any idea on what could...

A few notes that I had while attempting to compile JIT/AoT on Windows: - build_llvm.py creates "win32build" folder in LLVM to hold solution (even when x64), but the paths to...

For one of our use cases, it would be useful to be able to load a WASM, run it, save the compiled module, and then use that compiled module on...

Hi, I was wondering if you have any plan for adding support for runtime linking like `dlopen` and `dlsym` for webassembly in the future? If not, may I ask what...

like this: char *invokeModule(wasm_exec_env_t exec_env, uint32 *argv[], int argc)

Such a document should be helpful for the commuity contributors porting WAMR for new architectures.

This question is from the sample wasm-micro-runtime/samples/simple/wasm-apps/connection.c.

## Step To Reproduce 1. Install hadolint 2.10.0 2. execute hadolint for Dockerfiles 3. Boom. :boom: ### hadolint version ```console $ hadolint --version Haskell Dockerfile Linter 2.10.0 ``` ### projects'...