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