GetObjectWasmType (open)
Returns the WASM type of an object (of the toplevel objecttype)
Syntax
LOADLIB "wh::devsupport.whlib";
STRING FUNCTION GetObjectWasmType(OBJECT obj)
Parameters
OBJECT obj
Object to get the WASM type for
Return value
STRING
WASM type of the object (empty string if not set)