1 package wasip1 2 3 const ( 4 ProcExitName = "proc_exit" 5 ProcRaiseName = "proc_raise" 6 ) 7
View as plain text