Sign in
opensecura
/
3p
/
cheriot-rtos
/
08e6f462a1eb9b4ef03b03037b0de48a36b2e018
/
.
/
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
);