add targets for linux/linux+baremetal
This commit is contained in:
@ -61,7 +61,7 @@ int main(int argc, char *argv[]) {
|
||||
exec_env = wasm_runtime_create_exec_env(module_inst, STACK_SIZE);
|
||||
|
||||
/* arguments are always transferred in 32-bit element */
|
||||
uint32 args[1];
|
||||
uint32_t args[1];
|
||||
|
||||
/* call an arbitrary WASM function */
|
||||
// MARKER(start_trace);
|
||||
|
||||
Reference in New Issue
Block a user