Wasmtime.Native (Wasmtime v0.2.0) View Source

Wasmtime NIFs. These functions aren't meant to be accessed directly by application code. The Wasmtime module expose them through a GenServer.

Link to this section Summary

Link to this section Functions

Link to this function

call_func(id, gen_pid, from_pid, func_name, params, func_imports)

View Source
Link to this function

call_func_xt(id, func_name, params)

View Source
Link to this function

exfn_reply(id, func_id, results)

View Source
Link to this function

exports(id, func_imports)

View Source
Link to this function

get_func(id, func_name, func_imports)

View Source
Link to this function

load_from(id, gen_pid, from_pid, file_name, bin, func_ids, config)

View Source