# README
Capsule host-sdk
🚧 This is a work in progress
Capsule Host SDK (HDK) is a WebAssembly SDK, based on Wazero, to build WebAssembly host applications with Golang. The WebAssembly modules used by the host are built with TinyGo.
Docker
You can use this project with DevContainer or Gitpod (this Docker image image: k33g/capsule-workspace:0.0.0
is multiarch)
# Packages
Package wasm :.
# Functions
DownloadWasmFile : download a wasm remote file.
GetConfigFromJSONString : read the JSON config string.
GetEnvVarsFromString : returns a map of the forwarded environment variables.
GetHeaderFromString :.
Version returns the version number of the Capsule Host SDK.