wasm_ffi_meta library
This library contains and explains the annotations for wasm_ffi
.
Constants
- extra → const Extra
-
A class, field or method annotated with extra is present in
wasm_ffi
, but not indart:ffi
. - noGeneric → const NoGeneric
- If a class which is annotead with noGeneric is extended or implemented, the derived class MUST NOT impose a type argument!
- notConstructible → const NotConstructible
- A NativeType annotated with unsized should not be instantiated.
- unsized → const Unsized
- A NativeType annotated with unsized does not have a predefined size.