switch to WebMIDI driver when building JS

This commit is contained in:
Joel Wetzell
2026-03-30 15:16:35 -05:00
parent 050ada6a70
commit 1d4cb251e9
10 changed files with 30 additions and 71 deletions

7
internal/module/web.go Normal file
View File

@@ -0,0 +1,7 @@
//go:build js
package module
import (
_ "gitlab.com/gomidi/midi/v2/drivers/webmididrv"
)