Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 158 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 158 Bytes

Otoroshi Types for writing Wasm plugin using Go

package main

import (
    "github.com/MAIF/otoroshi-go-types"
)

//export greet
func greet() {}