Commit Graph

7 Commits

Author SHA1 Message Date
Ahmedounet
e1b2e5a60a feat: "formatted files" 2022-06-14 16:49:19 +02:00
Ahmedounet
bb2c963a34 fix: clang format convention 2022-06-13 17:54:45 +02:00
tonibofarull
1f34eb8388 Adding cpp binding and proper installation 2022-06-13 11:59:46 +02:00
tonibofarull
9383336154 Update sample application to use load from wasi 2022-06-12 12:51:47 +02:00
Wenyong Huang
3ded9ece83
Apply clang format for samples files (#833)
Apply clang format for c source files under samples folder
2021-11-15 12:48:35 +08:00
Xu Jun
5e196253f6
Fix function type not set issue of aot_call_indirect (#229)
Add registration of libc-wasi to 'wasi_snapshot_preview1' to support cargo-wasi
change zephyr build method from cmake to west
fix problem when preserve space for local vars
fix wasi authority problem
2020-04-07 11:04:46 +08:00
Shi Lei
67495919b0
Add a basic sample to show how native runtime invokes wasm apps in WAMR and how wasm apps invoke native functions. (#207)
* Add printingAdd print time for wamrc, fix posix mmap bug time for wamrc, fixed a posix mmap bug.

Change-Id: Ib6517b8a69cf022a1a6a74efa1f98155aec143bc

* Add a basic sample to show how native runtime invokes wasm app in WAMR, and how wasm app invokes native functions.

Change-Id: I700ae413ad5e9ea04540d5187952305e1ee92d73
2020-03-20 16:39:13 +08:00