mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-01-03 21:26:30 +00:00
7 lines
94 B
Go
7 lines
94 B
Go
|
package wasip1
|
||
|
|
||
|
const (
|
||
|
ArgsGetName = "args_get"
|
||
|
ArgsSizesGetName = "args_sizes_get"
|
||
|
)
|