You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zig-js-runtime doesn't allow return of []T when T is a declared native type.
The compilation complaints with an error lookup should be either builtin or defined
Moerover, I can declare a const TList = []T;, the compilation failed with a type is not a struct error.
The text was updated successfully, but these errors were encountered:
zig-js-runtime doesn't allow return of
[]T
whenT
is a declared native type.The compilation complaints with an error
lookup should be either builtin or defined
Moerover, I can declare a
const TList = []T;
, the compilation failed with atype is not a struct
error.The text was updated successfully, but these errors were encountered: