[−][src]Crate fluence_sdk_main
The main part of Fluence backend SDK. Contains export_allocator (is turned on by the
export_allocator feature), logger (is turned on by the wasm_logger feature), and memory
modules.
Modules
| export_allocator | This module provides default implementations of |
| logger | This module enables log messages from the Wasm side. It is implemented as a logging facade for
crate |
| memory | Raw API for dealing with Wasm memory. |