Closed
Description
Right now the interface presented by the runtime is very sloppy. There should basically be three categories of function:
rust_*
- runtime services for use by core/stdupcall_*
- runtime services for use by the compilerrust_client_*
- runtime services for use by external C libraries (these don't exist yet Create and export rust C API from the runtime #1682)