compiler

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildError

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

BuildError is build error

func (*BuildError) Error

func (e *BuildError) Error() string

Error implements error

type BuildService

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

BuildService is WASM build service

func NewBuildService

func NewBuildService(log *zap.SugaredLogger, store storage.StoreProvider) BuildService

NewBuildService is BuildService constructor

func (BuildService) Build

func (s BuildService) Build(ctx context.Context, data []byte) (*Result, error)

Build compiles Go source to WASM and returns result

func (BuildService) GetArtifact

func (s BuildService) GetArtifact(id storage.ArtifactID) (io.ReadCloser, error)

GetArtifact returns artifact by id

type Result

type Result struct {
	// FileName is artifact file name
	FileName string
}

Result is WASM build result

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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