Skip to contents

Explicitly shutdown the runtime, free resources, and clear the R external pointer.

Usage

wasmer_runtime_release_ressources(ptr)

Arguments

ptr

External pointer to WasmerRuntime.

Value

NULL (invisible)

Details

Release resources held by the Wasmer runtime

Examples

if (FALSE) { # \dontrun{
wasmer_runtime_release_ressources(ptr)
} # }