go-wasm-runner

command module
v0.0.0-...-5e35e91 Latest Latest
Warning

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

Go to latest
Published: May 18, 2023 License: MIT Imports: 12 Imported by: 0

README

go-wasm-runner

A simple Go server that executes a simple wasm program upon http request. In this example, the wasm program is built with tinygo (see testdata subfolder).

Running

go run .

Default server port is 8080, you can change it by passing -port parameter.

Testing

Once started, go browser and type http://localhost:8080/run?a=1&b=2. Here, parameters a and b are numbers that needs to be added. The expected output: result: 3.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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