Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WazeroSandbox ¶
type WazeroSandbox struct {
// contains filtered or unexported fields
}
func NewWazeroSandbox ¶
func NewWazeroSandbox(ctx context.Context, wasm []byte) (*WazeroSandbox, error)
func (*WazeroSandbox) ExitCode ¶
func (s *WazeroSandbox) ExitCode() uint32
func (*WazeroSandbox) Handler ¶
func (s *WazeroSandbox) Handler(w http.ResponseWriter, r *http.Request) error
func (*WazeroSandbox) Stderr ¶
func (s *WazeroSandbox) Stderr() string
func (*WazeroSandbox) Stdout ¶
func (s *WazeroSandbox) Stdout() string
Click to show internal directories.
Click to hide internal directories.