1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 01:09:47 +01:00
RIOT/examples/wasm
benpicco 4d9e8a8dde
Merge pull request #20335 from fzi-haxel/pr/native64-board
native64: Separate board for 64-bit native
2024-02-05 22:58:02 +00:00
..
wasm_sample examples/wasm/wasm_sample: revert prebuild WASM 2023-05-17 12:31:13 +02:00
.gitignore examples/wasm: ignore generated hello.wasm 2022-04-14 21:32:10 +02:00
config.cmake example/wasm: simplify example extend sample 2022-02-11 13:29:40 +01:00
iwasmt.c wasm: fix the memory leak: wasm_buf 2023-12-20 23:37:28 +08:00
Makefile examples, tests: Changes for the native64 board 2024-02-05 22:02:14 +01:00
Makefile.ci boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
README.md example/wasm: simplify example extend sample 2022-02-11 13:29:40 +01:00
test.wasm example/wasm: simplify example extend sample 2022-02-11 13:29:40 +01:00
wasm-main.c example/wasm: simplify example extend sample 2022-02-11 13:29:40 +01:00

building WASM

The source for test.wasm can be found in /build/pkg/wamr/product-mini/app-samples/hello-world/

https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/product-mini/app-samples/hello-world