oc-wasm-sys 0.12.1

Raw FFI bindings to the OC-Wasm system call interface
Documentation
1
2
3
4
5
6
#[link(wasm_import_module = "descriptor")]
extern "C" {
	pub fn close(descriptor: u32) -> i32;

	pub fn dup(descriptor: u32) -> i32;
}