|
|
пре 4 дана | |
|---|---|---|
| .. | ||
| src | пре 3 месеци | |
| wasm-apps | пре 3 месеци | |
| CMakeLists.txt | пре 4 дана | |
| README.md | пре 3 месеци | |
This sample demonstrates how to use import function callbacks to handle WebAssembly modules that import external functions. The sample shows how to register callback functions for imported functions and execute them when the WASM module loads these imported functions.
The sample includes a WASM module that imports external functions and a host application that provides callback import_func_type_callback for these imported functions.
mkdir build && cd build
cmake ..
cmake --build . --config Release
./import-func-callback