Registry / other / wasmerio-go-ext-wasm

wasmerio-go-ext-wasm

JSON →
library1.0.4gogounverified

A Go library for running WebAssembly modules using the Wasmer runtime.

go get github.com/wasmerio/go-ext-wasm
INSTALL
IMPORT
SIG · WASMERIO-GO-EXT-WA
W
wasmerio-go-ext-wasm
othergov1.0.4
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.

wasm
github.com/wasmerio/go-ext-wasm

Creates a new WebAssembly instance (empty bytes for brevity).

package main import ( "fmt" "github.com/wasmerio/go-ext-wasm/wasmer" ) func main() { instance, err := wasmer.NewInstance("") if err != nil { fmt.Println(err) } _ = instance }
Debug
Known issues
breakingThis package is deprecated in favor of the official wasmerio/wasmer-go.
fix
Use github.com/wasmerio/wasmer-go instead.
affects: >=1.0.0
Upgrade
Version history
1.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
wasmerio-go-ext-wasm — go get wasmerio-go-ext-wasm · libregistry