We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00c0d4 commit b4a861cCopy full SHA for b4a861c
wasm/main.go
@@ -38,8 +38,6 @@ func Call(this js.Value, i []js.Value) interface{} {
38
return nil, err
39
}
40
41
- //output:= []byte{}
42
-
43
dst := js.Global().Get("Uint8Array").New(len(output))
44
js.CopyBytesToJS(dst, output)
45
return dst, err
0 commit comments