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);