Registry / utility / bytecodealliance-wasmtime-go-v8

bytecodealliance-wasmtime-go-v8

JSON →
library8.0.0gogounverified

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

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

Create a Wasmtime engine and compile an empty WebAssembly module.

import "github.com/bytecodealliance/wasmtime-go/v8" func main() { engine := wasmtime.NewEngine() module, _ := wasmtime.NewModule(engine, []byte("(module)")) _ = module }
Debug
Known issues
breakingVersion 8.0.0 may have breaking API changes from earlier versions.
fix
Refer to the migration guide when upgrading from v7 or earlier.
affects: >=8.0.0
Upgrade
Version history
8.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
bytecodealliance-wasmtime-go-v8 — go get bytecodealliance-wasmtime-go-v8 · libregistry