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
Please register or sign in to comment