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
This method originally handled non-nullable types, which early in the
design of Wasm GC could not be stored in locals. Now they can be stored
in locals, so this function does nothing more than check if the type is
concrete. The property that any type can be stored in locals is
important enough that it is almost certain that all future WebAssembly
extensions will preserve it, so canHandleAsLocal will probably never
have a non-trivial implementation again. Remove this utility and
simplify all its former users.
0 commit comments