Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions appservice/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package storage
Expand Down
1 change: 1 addition & 0 deletions build/gobind-pinecone/platform_ios.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build ios
// +build ios

package gobind
Expand Down
1 change: 1 addition & 0 deletions build/gobind-pinecone/platform_other.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !ios
// +build !ios

package gobind
Expand Down
1 change: 1 addition & 0 deletions build/gobind-yggdrasil/platform_ios.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build ios
// +build ios

package gobind
Expand Down
1 change: 1 addition & 0 deletions build/gobind-yggdrasil/platform_other.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !ios
// +build !ios

package gobind
Expand Down
1 change: 1 addition & 0 deletions cmd/dendrite-demo-pinecone/embed/embed_elementweb.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build elementweb
// +build elementweb

package embed
Expand Down
1 change: 1 addition & 0 deletions cmd/dendrite-demo-pinecone/embed/embed_other.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !elementweb
// +build !elementweb

package embed
Expand Down
1 change: 1 addition & 0 deletions cmd/dendrite-demo-yggdrasil/embed/embed_elementweb.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build elementweb
// +build elementweb

package embed
Expand Down
1 change: 1 addition & 0 deletions cmd/dendrite-demo-yggdrasil/embed/embed_other.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !elementweb
// +build !elementweb

package embed
Expand Down
1 change: 1 addition & 0 deletions cmd/dendritejs-pinecone/jsServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build wasm
// +build wasm

package main
Expand Down
1 change: 1 addition & 0 deletions cmd/dendritejs-pinecone/main_noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package main
Expand Down
1 change: 1 addition & 0 deletions cmd/dendritejs-pinecone/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build wasm
// +build wasm

package main
Expand Down
1 change: 1 addition & 0 deletions cmd/dendritejs/jsServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build wasm
// +build wasm

package main
Expand Down
1 change: 1 addition & 0 deletions cmd/dendritejs/keyfetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build wasm
// +build wasm

package main
Expand Down
1 change: 1 addition & 0 deletions cmd/dendritejs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build wasm
// +build wasm

package main
Expand Down
1 change: 1 addition & 0 deletions cmd/dendritejs/main_noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package main
Expand Down
1 change: 1 addition & 0 deletions cmd/dendritejs/publicrooms.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build wasm
// +build wasm

package main
Expand Down
1 change: 1 addition & 0 deletions federationsender/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package storage
Expand Down
1 change: 1 addition & 0 deletions internal/sqlutil/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package sqlutil
Expand Down
1 change: 1 addition & 0 deletions internal/sqlutil/postgres_wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build wasm
// +build wasm

package sqlutil
Expand Down
1 change: 1 addition & 0 deletions internal/sqlutil/trace_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package sqlutil
Expand Down
1 change: 1 addition & 0 deletions internal/sqlutil/trace_driver_wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build wasm
// +build wasm

package sqlutil
Expand Down
1 change: 1 addition & 0 deletions keyserver/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package storage
Expand Down
1 change: 1 addition & 0 deletions mediaapi/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package storage
Expand Down
1 change: 1 addition & 0 deletions mediaapi/thumbnailer/thumbnailer_bimg.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build bimg
// +build bimg

package thumbnailer
Expand Down
1 change: 1 addition & 0 deletions mediaapi/thumbnailer/thumbnailer_nfnt.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !bimg
// +build !bimg

package thumbnailer
Expand Down
1 change: 1 addition & 0 deletions roomserver/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package storage
Expand Down
1 change: 1 addition & 0 deletions signingkeyserver/storage/keydb.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package storage
Expand Down
1 change: 1 addition & 0 deletions signingkeyserver/storage/keydb_wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build wasm
// +build wasm

package storage
Expand Down
1 change: 1 addition & 0 deletions syncapi/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package storage
Expand Down
1 change: 1 addition & 0 deletions userapi/storage/accounts/sqlite3/constraint_wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build wasm
// +build wasm

package sqlite3
Expand Down
1 change: 1 addition & 0 deletions userapi/storage/accounts/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package accounts
Expand Down
1 change: 1 addition & 0 deletions userapi/storage/devices/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !wasm
// +build !wasm

package devices
Expand Down