Registry / other / bytecodealliance-wasmtime-go

bytecodealliance-wasmtime-go

JSON →
library1.0.0gogounverified

A WebAssembly runtime for Go powered by Wasmtime, enabling execution of WebAssembly modules.

go get github.com/bytecodealliance/wasmtime-go
INSTALL
IMPORT
SIG · BYTECODEALLIANCE-W
B
bytecodealliance-wasmtime-go
othergov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wasmtime
github.com/bytecodealliance/wasmtime-go

Creates a Wasmtime engine and store.

package main import "github.com/bytecodealliance/wasmtime-go" func main() { engine := wasmtime.NewEngine() store := wasmtime.NewStore(engine) println("Wasmtime engine created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
OpenAI (training)
2
Meta
1
Resources
bytecodealliance-wasmtime-go — go get bytecodealliance-wasmtime-go · libregistry