Refactor WASM runner and logging functionality; add heartbeat task and improve initialization process
This commit is contained in:
@@ -28,7 +28,8 @@ bool wasm_runner_initialize(void);
|
||||
*/
|
||||
bool wasm_runner_start_program(
|
||||
const char *module_path,
|
||||
const wasm_runner_framebuffer_config_t *framebuffer_config,
|
||||
wasm_runner_instance_t **out_instance);
|
||||
const wasm_runner_framebuffer_config_t *framebuffer_config);
|
||||
|
||||
void wasm_runner_terminate(void);
|
||||
|
||||
#endif // WASM_RUNNER_H
|
||||
|
||||
Reference in New Issue
Block a user