mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 19:56:39 +00:00
7 lines
94 B
Go
7 lines
94 B
Go
|
package wasip1
|
||
|
|
||
|
const (
|
||
|
ArgsGetName = "args_get"
|
||
|
ArgsSizesGetName = "args_sizes_get"
|
||
|
)
|