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 couldn't find any test suite in WAMR which tests end-to-end WASI interfaces. I thought it'd be good to have a set of tests (possibly in a form of standalone...

i think it makes sense for us to provide some binary assets for releases. i guess we can start from wamrc, which takes long to build because of llvm. how...

Dear WAMR developers, Here is a PR that contributes to integrating an Intel SGX feature called [Intel Protection File System Library (IPFS)](https://www.intel.com/content/www/us/en/developer/articles/technical/overview-of-intel-protected-file-system-library-using-software-guard-extensions.html) in the runtime to create, operate and delete...

Use a clone example to show - cold start and warm start - how to clone from wasm_module_t and bypass loading phase It turns out that there is a strong...

Decide to use the .aot content as the .wasm precompiled result. - `wasm_module_serialize(...)` will return it. - `wasm_module_deserialize(...)` will load the precompiled content as normal .aot files.

# Build commands I compile the code with commit id f5939c7bc1930ecaaa42f5bf332e084753689400. Platform: Ubuntu 20.04 CPU: amd64 compile: ```shell export CC=/usr/bin/clang-14 export CXX=/usr/bin/clang++-14 cd product-mini/platforms/linux/;rm -rf build cmake -DWAMR_BUILD_INTERP=1 -DWAMR_BUILD_AOT=0 -DCMAKE_BUILD_TYPE=Debug...

- Optimization jit_invoke_native - There is few code updated. - Create a dev/fast_jit branch to update the code