Usage: //start the occlum server occlum start //execute the command inside occlum occlum exec [cmd] [-- <args>] //stop the occlum server occlum stop
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
{
|
|
global:
|
|
occlum_pal_get_version;
|
|
occlum_pal_init;
|
|
occlum_pal_exec;
|
|
occlum_pal_kill;
|
|
occlum_pal_destroy;
|
|
local:
|
|
*;
|
|
};
|