build

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DockerBuilder

type DockerBuilder interface {
	Setup(ctx context.Context, language string, outDir string) error
	PullBuilderImage(ctx context.Context) error
	BuildSource(ctx context.Context, srcPath string) error
}

type WasmBuilder

type WasmBuilder struct {
	// contains filtered or unexported fields
}

func NewWasmBuilder

func NewWasmBuilder() *WasmBuilder

func (*WasmBuilder) BuildSource

func (b *WasmBuilder) BuildSource(ctx context.Context, srcPath string) error

func (*WasmBuilder) PullBuilderImage

func (b *WasmBuilder) PullBuilderImage(ctx context.Context) error

func (*WasmBuilder) Setup

func (b *WasmBuilder) Setup(ctx context.Context, language string, outDir string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL