Function resolve_async_value

Source
pub fn resolve_async_value(
    env: &RuntimeInstanceData,
    async_value_ptr: FatPtr,
    result_ptr: FatPtr,
)
Expand description

Note: In this case we are only interested in the pointer itself, we do not want to deserialize it (which would actually free it as well). This function also doesn’t call another function since everything is contained in the env object.