package wasmtime

  1. Overview
  2. Docs

Module Wasmtime.Wasmtime_generatedSource

Sourceval caml__1_wasm_byte_vec_new : (_, _) CI.fatptr -> Unsigned.size_t -> (_, _) CI.fatptr -> unit
Sourceval caml__2_wasm_byte_vec_new_uninitialized : (_, _) CI.fatptr -> Unsigned.size_t -> unit
Sourceval caml__3_wasm_byte_vec_copy : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__4_wasm_byte_vec_delete : (_, _) CI.fatptr -> unit
Sourceval caml__5_wasm_engine_new : unit -> CI.voidp
Sourceval caml__6_wasm_engine_delete : (_, _) CI.fatptr -> unit
Sourceval caml__7_wasm_store_new : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__8_wasm_store_delete : (_, _) CI.fatptr -> unit
Sourceval caml__9_wasm_trap_new : (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.voidp
Sourceval caml__10_wasm_trap_message : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__11_wasm_trap_delete : (_, _) CI.fatptr -> unit
Sourceval caml__12_wasm_val_delete : (_, _) CI.fatptr -> unit
Sourceval caml__13_wasm_val_vec_delete : (_, _) CI.fatptr -> unit
Sourceval caml__14_wasm_memory_data : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__15_wasm_memory_grow : (_, _) CI.fatptr -> Unsigned.uint32 -> bool
Sourceval caml__16_wasm_memory_size : (_, _) CI.fatptr -> Unsigned.size_t
Sourceval caml__17_wasm_memory_data_size : (_, _) CI.fatptr -> Unsigned.size_t
Sourceval caml__18_wasm_memory_delete : (_, _) CI.fatptr -> unit
Sourceval caml__19_wasm_functype_new_0_0 : unit -> CI.voidp
Sourceval caml__20_wasm_functype_delete : (_, _) CI.fatptr -> unit
Sourceval caml__21_wasm_func_new : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatfunptr -> CI.voidp
Sourceval caml__22_wasm_func_delete : (_, _) CI.fatptr -> unit
Sourceval caml__23_wasm_extern_delete : (_, _) CI.fatptr -> unit
Sourceval caml__24_wasm_extern_as_func : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__25_wasm_func_as_extern : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__26_wasm_extern_as_memory : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__27_wasm_extern_vec_delete : (_, _) CI.fatptr -> unit
Sourceval caml__28_wasm_module_delete : (_, _) CI.fatptr -> unit
Sourceval caml__29_wasm_instance_delete : (_, _) CI.fatptr -> unit
Sourceval caml__30_wasm_instance_new : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.voidp
Sourceval caml__31_wasm_instance_exports : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__32_wasmtime_error_message : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__33_wasmtime_error_delete : (_, _) CI.fatptr -> unit
Sourceval caml__34_wasi_config_new : unit -> CI.voidp
Sourceval caml__35_wasi_config_delete : (_, _) CI.fatptr -> unit
Sourceval caml__36_wasi_config_inherit_argv : (_, _) CI.fatptr -> unit
Sourceval caml__37_wasi_config_inherit_env : (_, _) CI.fatptr -> unit
Sourceval caml__38_wasi_config_inherit_stdin : (_, _) CI.fatptr -> unit
Sourceval caml__39_wasi_config_inherit_stdout : (_, _) CI.fatptr -> unit
Sourceval caml__40_wasi_config_inherit_stderr : (_, _) CI.fatptr -> unit
Sourceval caml__41_wasi_config_preopen_dir : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> bool
Sourceval caml__42_wasi_instance_new : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.voidp
Sourceval caml__43_wasi_instance_delete : (_, _) CI.fatptr -> unit
Sourceval caml__44_wasmtime_linker_new : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__45_wasmtime_linker_delete : (_, _) CI.fatptr -> unit
Sourceval caml__46_wasmtime_linker_define_wasi : (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.voidp
Sourceval caml__47_wasmtime_linker_module : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.voidp
Sourceval caml__48_wasmtime_linker_get_default : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.voidp
Sourceval caml__49_wasmtime_wat2wasm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.voidp
Sourceval caml__50_wasmtime_module_new : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.voidp
Sourceval caml__51_wasmtime_func_call : (_, _) CI.fatptr -> (_, _) CI.fatptr -> Unsigned.size_t -> (_, _) CI.fatptr -> Unsigned.size_t -> (_, _) CI.fatptr -> CI.voidp
Sourceval caml__52_wasmtime_instance_new : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> Unsigned.size_t -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.voidp
Sourcetype 'a result = 'a
Sourcetype 'a return = 'a
Sourcetype 'a fn =
  1. | Returns : 'a CI.typ -> 'a return fn
  2. | Function : 'a CI.typ * 'b fn -> ('a -> 'b) fn
Sourceval map_result : ('a -> 'b) -> 'a -> 'b
Sourceval returning : 'a CI.typ -> 'a return fn
Sourceval (@->) : 'a CI.typ -> 'b fn -> ('a -> 'b) fn
Sourceval foreign : 'a 'b. string -> ('a -> 'b) fn -> 'a -> 'b
Sourceval foreign_value : 'a. string -> 'a Ctypes.typ -> 'a Ctypes.ptr
OCaml

Innovation. Community. Security.