WasmEdge Go SDK

The WasmEdge Go SDK provides Go language bindings for embedding the WasmEdge runtime in Go applications. It enables loading and executing WebAssembly modules from Go, defining host functions, and managing WasmEdge configurations programmatically.

API entry from apis.yml

apis.yml Raw ↑
aid: wasmedge:wasmedge-go-sdk
name: WasmEdge Go SDK
description: The WasmEdge Go SDK provides Go language bindings for embedding the WasmEdge runtime in Go
  applications. It enables loading and executing WebAssembly modules from Go, defining host functions,
  and managing WasmEdge configurations programmatically.
humanURL: https://wasmedge.org/docs/embed/go/intro/
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
properties:
- type: Documentation
  url: https://wasmedge.org/docs/embed/go/intro/
- type: GitHubRepository
  url: https://github.com/second-state/WasmEdge-go
tags:
- Go
- SDK
- Embedding