Structs§
- Host
Functions - Provides implementations for the extern host functions.
Functions§
- allocate_
and_ return_ by_ codec - allocate_
and_ return_ fat_ pointer - allocate_
and_ return_ pointer - array_
as_ mutable_ reference - Take and fill mutable array.
- get_
and_ return_ array - Get an array as input and returns a subset of this array.
- invalid_
utf8_ data - A function that is called with invalid utf8 data from the runtime.
- overwrite_
native_ function_ implementation - Overwrite the native implementation in wasm. The native implementation always returns
false
and the replacement function will return alwaystrue
. - pass_as
- pass_
by_ codec - pass_
fat_ pointer_ and_ read - pass_
fat_ pointer_ and_ read_ write - pass_
pointer_ and_ read - pass_
pointer_ and_ read_ copy - pass_
pointer_ and_ write - pass_
slice_ ref_ by_ codec - return_
16kb - Returns 16kb data.
- return_
as - return_
input - Returns the input data as result.
- return_
input_ as_ tuple - Returns the input values as tuple.
- return_
input_ public_ key - Returns the given public key as result.
- return_
option_ bytes - return_
option_ input - Returns the input data wrapped in an
Option
as result. - return_
option_ vec - return_
value_ into_ mutable_ reference - Copy
hello
into the given mutable reference - set_
storage - Set the storage at key with value.
- test_
versioning - test_
versioning_ register_ only