12 releases

0.40.1 Jan 16, 2022
0.40.0 Oct 2, 2021
0.34.7 Apr 3, 2021
0.21.0 Nov 11, 2020
0.8.3 Oct 14, 2019

#10 in #wasm32

29 downloads per month

MIT license

5KB

flow_impl_derive

See also: Code docs

FlowImpl is a derive macro to be used on the structure that implements a function (by implementing the FlowImpl trait), so that when compiled for the wasm32 target, code is inserted to allocate memory (alloc) and to serialize and deserialize the data passed across the native/wasm boundary.


lib.rs:

flow_impl_derive is a derive macro that inserts code to allow a flow "implementation" to be called when compiled to wasm32

Dependencies

~1.5MB
~33K SLoC