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