Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerBuilder ¶
type DockerBuilder interface { Setup(client docker.DockerClient, language string, dest string) error PullBuilderImage(ctx context.Context) error BuildSource(ctx context.Context, srcPath string) error RenameCodeWasm(name string) error }
func NewWasmBuilder ¶
func NewWasmBuilder() DockerBuilder
type WasmBuilder ¶
type WasmBuilder struct {
// contains filtered or unexported fields
}
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) RenameCodeWasm ¶ added in v0.3.0
func (b *WasmBuilder) RenameCodeWasm(name string) error
func (*WasmBuilder) Setup ¶
func (b *WasmBuilder) Setup(flDocker docker.DockerClient, language string, dest string) error
Click to show internal directories.
Click to hide internal directories.