...

Source file src/github.com/tetratelabs/wazero/internal/wasip1/proc.go

Documentation: github.com/tetratelabs/wazero/internal/wasip1

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

View as plain text