github.com/gopherjs/gopherjs@v1.19.0-beta1.0.20240506212314-27071a8796e4/compiler/natives/src/math/big/big.go (about) 1 //go:build js 2 // +build js 3 4 package big 5 6 // TODO: This is a workaround for https://github.com/gopherjs/gopherjs/issues/652. 7 // 8 // Remove after that issue is resolved. 9 type Word uintptr