package main

Import Path
	/examples/wasm/client (on go.dev)

Dependency Relation
	imports 10 packages, and imported by 0 packages

Involved Source Files wasm_client_machs.go
Package-Level Type Names (total 2)
/* sort by: | */
type A = example.A (struct)
type ARpc = example.ARpc (struct)
Package-Level Variables (total 2)
var Pass func(args *example.A) machine.A
var PassRpc func(args *example.ARpc) machine.A