nuttx/boards/xtensa/esp32/esp32-devkitc
YAMAMOTO Takashi fc4493b7f1 esp32-devkitc/wamr_wasi_debug: enable native-lib stuff
* enable DLFCN.

* bump WAMR to a version which i happened to test.

* enable bulk-memory because it's required by recent versions of
  wasi-sdk, which i happened to use to build a test module.
  (test.wasm in the log below.)

Lightly tested with a stripped down version of WAMR native-lib example. [1]

```
nsh> mount -t littlefs /dev/esp32flash /mnt
nsh> iwasm --native-lib=/mnt/test_add.o /mnt/test.wasm
Hello World!
10 + 20 = 30
nsh> iwasm /mnt/test.wasm
[00:00:23:000 - 6]: warning: failed to link import function (env, test_add)
Hello World!
Exception: failed to call unlinked import function (env, test_add)
nsh>
```

[1] https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/samples/native-lib
2022-12-02 13:47:20 +08:00
..
configs esp32-devkitc/wamr_wasi_debug: enable native-lib stuff 2022-12-02 13:47:20 +08:00
include arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
scripts xtensa/esp32: Add support for Protected Mode 2022-07-14 14:57:57 +08:00
src boards: Fix buttons GPIO IRQ on ESP boards 2022-11-28 17:24:57 -03:00
Kconfig Kconfig: improve uniformity 2021-12-14 07:32:48 -06:00