Skip to main content

kj_runtime_from_document_json

Function kj_runtime_from_document_json 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn kj_runtime_from_document_json( document: *const u8, document_len: usize, out_handle: *mut KjHandle, error: *mut u8, error_capacity: usize, error_required: *mut usize, ) -> KjStatus
Expand description

Creates a runtime from a serialized SceneDocument JSON value.

§Safety

See kj_runtime_compile.