You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both of the examples seem broken. I'm on go1.13.5. The caller example uses a non-existent FromBytes function. The http example errors with:
panic: Failed to instantiate the module:
2 link errors: (1 of 2) Import not found, namespace: go, name: syscall/js.copyBytesToGo (2 of 2) Import not found, namespace: go, name: syscall/js.copyBytesToJS
in the BridgeFromFile function.
The text was updated successfully, but these errors were encountered:
@mjibson could you tell me the Go version you are using ?
ATM, it only supports go 1.13 since there are breaking changes in next or previous versions of Go since WASM is not in Go1 compatibilty
Both of the examples seem broken. I'm on go1.13.5. The caller example uses a non-existent FromBytes function. The http example errors with:
in the BridgeFromFile function.
The text was updated successfully, but these errors were encountered: