`create_object`
```
    params
        i32
            start address of the string to use as the object name
        i32
            length of string
    returns
        i64 Handle to the object
```

`read_object_attribute`
```
    params
        i64 Handle to the object
        i32
            start address of the string to use as the attribute name
        i32
            end address of the string to use as the attribute name
    returns
```