This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/samples
YAMAMOTO Takashi 960b613d10
samples/native-lib: Add an example to use wamr API from native lib (#1649)
Real world native libs likely need to access the wasm_runtime_xxx API.
This example demonstrates it.

Build vmlib as a shared lib to make it straightforward to share a
single runtime instance between iwasm and native libs.
2022-10-28 19:31:21 +08:00
..
basic Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598) 2022-10-19 01:51:18 +08:00
file linux-sgx: Use non-destructive modes for opening files using SGX IPFS (#1645) 2022-10-27 12:21:30 +08:00
gui Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
littlevgl Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
multi-module Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598) 2022-10-19 01:51:18 +08:00
multi-thread Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598) 2022-10-19 01:51:18 +08:00
native-lib samples/native-lib: Add an example to use wamr API from native lib (#1649) 2022-10-28 19:31:21 +08:00
ref-types Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598) 2022-10-19 01:51:18 +08:00
sgx-ra Fix sample sgx-ra build error (#1544) 2022-09-30 15:57:04 +08:00
simple Add CIs to release new version and publish binary files (#1648) 2022-10-28 13:55:41 +08:00
socket-api Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598) 2022-10-19 01:51:18 +08:00
spawn-thread Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598) 2022-10-19 01:51:18 +08:00
wasm-c-api Implement Fast JIT dump call stack and perf profiling (#1633) 2022-10-27 09:28:32 +08:00
workload Dockerfile lint errors fix (#1493) 2022-09-22 13:06:11 +08:00