Skip to content

Commit b03808c

Browse files
committed
Disable WASM
1 parent d78c812 commit b03808c

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macOS-latest
1212
strategy:
1313
matrix:
14-
xcode: ["11.7", "12"]
14+
xcode: ["11.7", "12.1"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@master
@@ -52,14 +52,14 @@ jobs:
5252
run: swift build -c release
5353

5454

55-
webAssembly:
56-
runs-on: ubuntu-20.04
57-
steps:
58-
- name: Checkout
59-
uses: actions/checkout@master
60-
- name: Swift version
61-
run: swift --version
62-
- name: Build
63-
uses: swiftwasm/swiftwasm-action@main
64-
with:
65-
shell-action: carton test
55+
# webAssembly:
56+
# runs-on: ubuntu-20.04
57+
# steps:
58+
# - name: Checkout
59+
# uses: actions/checkout@master
60+
# - name: Swift version
61+
# run: swift --version
62+
# - name: Build
63+
# uses: swiftwasm/swiftwasm-action@main
64+
# with:
65+
# shell-action: carton test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![github CI](https://github.com/fireblade-engine/math/workflows/CI/badge.svg)](https://github.com/fireblade-engine/math/actions?query=workflow%3ACI)
55
[![swift-version-compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Ffireblade-engine%2Fmath%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/fireblade-engine/math)
66
[![platform-compatilibilty](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Ffireblade-engine%2Fmath%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/fireblade-engine/math)
7-
[![platform-webassembly](https://img.shields.io/badge/Platform-WebAssembly-blue.svg)](https://github.com/swiftwasm/swift#swiftwasm)
7+
<!--[![platform-webassembly](https://img.shields.io/badge/Platform-WebAssembly-blue.svg)](https://github.com/swiftwasm/swift#swiftwasm)-->
88

99

1010
A dependency free, lightweight, fast math library for 2D and 3D vectors, quaternions and matrices in Swift with (optional) SIMD support. It is developed and maintained as part of the [Fireblade Game Engine project](https://github.com/fireblade-engine).

0 commit comments

Comments
 (0)