wasm-micro-runtime/samples/basic/src
Enrico Loparco 3fcd79867d
Forward log and log level to custom bh_log callback (#3070)
Follow-up on #2907. The log level is needed in the host embedder to
better integrate with the embedder's logger.

Allow the developer to customize his bh_log callback with
`cmake -DWAMR_BH_LOG=<log_callback>`,
and update sample/basic to show the usage.
2024-01-24 13:05:07 +08:00
..
main.c Forward log and log level to custom bh_log callback (#3070) 2024-01-24 13:05:07 +08:00
native_impl.c Expose wasm_runtime_call_indirect (#1969) 2023-02-20 18:56:55 +08:00