Skip to content
Commit b0222055 authored by Bastian Köcher's avatar Bastian Köcher
Browse files

Provide macro for exporting functions from wasm

The macro generates the functions with the signature we expect for wasm
functions. This macro is useful for tests where we need to call into
wasm. Parameter passing is done by SCALE encoding the input and output
parameters.
parent 7adfd837
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment