/otoroshi-go-types

Types for developing Wasm plugins that are compatible with Otoroshi

Primary LanguageGoApache License 2.0Apache-2.0

Otoroshi Types for writing Wasm plugin using Go

package main

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

//export greet
func greet() {}