diff --git a/doc/go1.12.html b/doc/go1.12.html index d2fa217e59..817c1366ac 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -617,6 +617,18 @@ for {
syscall/js
+

+

+ The Callback type and NewCallback function have been renamed; + they are now called + Func and + FuncOf, respectively. + This is a breaking change, but WebAssembly support is still experimental + and not yet subject to the + Go 1 compatibility promise. Any code using the + old name will need to be updated. +

+

TODO: https://golang.org/cl/141644: add Wrapper interface to support external Value wrapper types