1 package wasip1 2 3 const ( 4 EnvironGetName = "environ_get" 5 EnvironSizesGetName = "environ_sizes_get" 6 ) 7
View as plain text