gopherjs / gopherwasm

This package is deprecated. Use syscall/js of GopherJS instead.
BSD 2-Clause "Simplified" License
79 stars 5 forks source link

Add TypedArray object #5

Closed hajimehoshi closed 6 years ago

hajimehoshi commented 6 years ago

https://tip.golang.org/pkg/syscall/js/?GOOS=js&GOARCH=wasm#TypedArray

hajimehoshi commented 6 years ago

~This also changes other API to accept interface{} instead of js.Value~