Sign in
opensecura
/
3p
/
cheriot-rtos
/
dc960d02f616f288b96ba0a803b19a98d7e9538f
/
.
/
exercises
/
01.compartmentalisation
/
hello.js
blob: 01a557fcf6e138ea4acf15923439144af2dc5fd9 [
file
] [
log
] [
blame
]
// Import everything from the environment
import
*
as host from
"./cheri.js"
function
run
()
{
host
.
print
(
'Hello world'
)
}
vmExport
(
1234
,
run
);