1// +build js
2
3package big
4
5// TODO: This is a workaround for https://github.com/gopherjs/gopherjs/issues/652.
6//       Remove after that issue is resolved.
7type Word uintptr
8