modulepackage
0.0.0-20240714182244-53ac8516b275
Repository: https://github.com/onflowser/flow-cli-wasm.git
Documentation: pkg.go.dev
# README
Flow Wasm
Run Flow blockchain emulator on the web.
Development notes
Invoking the wrapped Go function from JavaScript will pause the event loop and spawn a new goroutine
Calling a Go function that in turn calls an async JS function will cause a deadlock state.See: https://withblue.ink/2020/10/03/go-webassembly-http-requests-and-promises.html
# Functions
No description provided by the author