audio/vorbis: Use jfreymuth/oggvorbis when the target is Wasm

This commit is contained in:
Hajime Hoshi 2018-07-05 02:27:23 +09:00
parent de7065bbf7
commit e61af537f4
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !js
// +build !js wasm
package vorbis