Skip to content

Commit

Permalink
Enable WASM build
Browse files Browse the repository at this point in the history
Remove build exclusion tags
  • Loading branch information
Sean-Der committed Dec 14, 2020
1 parent 0fc8df6 commit f6577b2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions chain.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !js

package interceptor

// Chain is an interceptor that runs all child interceptors in order.
Expand Down
2 changes: 0 additions & 2 deletions interceptor.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !js

// Package interceptor contains the Interceptor interface, with some useful interceptors that should be safe to use
// in most cases.
package interceptor
Expand Down
2 changes: 0 additions & 2 deletions nack.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !js

package interceptor

// NACK interceptor generates/responds to nack messages.
Expand Down
2 changes: 0 additions & 2 deletions noop.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !js

package interceptor

// NoOp is an Interceptor that does not modify any packets. It can embedded in other interceptors, so it's
Expand Down
2 changes: 0 additions & 2 deletions registry.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !js

package interceptor

// Registry is a collector for interceptors.
Expand Down
2 changes: 0 additions & 2 deletions streaminfo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !js

package interceptor

// RTPHeaderExtension represents a negotiated RFC5285 RTP header extension.
Expand Down

0 comments on commit f6577b2

Please sign in to comment.