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