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