Skip to content

asteurer/componentize-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

componentize-go

Caution

This is a work-in-progress.

This is a tool to convert a Go application to a WebAssembly component. It takes the following as input:

  • a WIT file or directory
  • the name of a WIT world defined in the above file or directory
  • the directory containing a Go module which targets said world

The output is a component which may be run using e.g. wasmtime.

Installation

Prerequisites

Run

cargo install --git https://github.com/asteurer/componentize-go

About

A tool that creates Go WebAssembly components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages