Added wasm target
This commit is contained in:
@ -6,5 +6,6 @@ const (
|
||||
UnknownOS OS = iota
|
||||
Linux
|
||||
Mac
|
||||
Web
|
||||
Windows
|
||||
)
|
||||
|
Reference in New Issue
Block a user
@ -6,5 +6,6 @@ const (
|
||||
UnknownOS OS = iota
|
||||
Linux
|
||||
Mac
|
||||
Web
|
||||
Windows
|
||||
)
|
||||
|