package
2.1.0+incompatible
Repository: https://github.com/x1unix/go-playground.git
Documentation: pkg.go.dev

# README

gowasm

This package provides framework for building Go WebAssembly workers and provides tools for async communication with JavaScript host.

Package was created as a part of embedding Yaegi initiative. Although Yaegi was removed in Playground v2, this package still remains to be used in future.

# Packages

Package wlog implements a simple logging package for internal WASM workers use.

# Functions

AwaitCallback await for async operation to complete using callback ID.
AwaitResult awaits for callback completion and returns raw result.
NotifyResult publishes callback result and notifies listener.
ReleaseCallback releases acquired callback.
RequestCallback requests a new callback to await for async operation.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author