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/std - `upcall_*` - runtime services for use by the compiler - `rust_client_*` - runtime services for use by external C libraries (these don't exist yet #1682)
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)