Registry / other / bytecodealliance-wasmtime-go-v14

bytecodealliance-wasmtime-go-v14

JSON →
library14.0.0gogounverified

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

go get github.com/bytecodealliance/wasmtime-go/v14
INSTALL
IMPORT
SIG · BYTECODEALLIANCE-W
B
bytecodealliance-wasmtime-go-v14
othergov14.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/v14

Create a Wasmtime engine and store

package main import ( "fmt" "github.com/bytecodealliance/wasmtime-go/v14" ) func main() { engine := wasmtime.NewEngine() store := wasmtime.NewStore(engine) fmt.Println(store) }
Debug
Known issues
breakingVersion 14.0.0 may have breaking changes from v13; check migration guide.
fix
Review the changelog at https://github.com/bytecodealliance/wasmtime-go/releases/tag/v14.0.0
affects: >=14.0.0
Upgrade
Version history
14.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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