Improve testability on Wasm

This commit is contained in:
Hajime Hoshi 2019-06-14 23:59:38 +09:00
parent a5c260b4b5
commit a19bf4214b
4 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,7 @@
// limitations under the License. // limitations under the License.
// +build !windows // +build !windows
// +build !js
package glfw package glfw

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// +build !js
package glfw package glfw
type ( type (

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// +build darwin freebsd linux windows // +build darwin freebsd js linux windows
// +build !android // +build !android
// +build !ios // +build !ios

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// +build darwin freebsd linux windows // +build darwin freebsd js linux windows
// +build !android // +build !android
// +build !ios // +build !ios