[][src]Crate fluence_sdk_main

The main part of Fluence backend SDK. Contains export_allocator (that can be disabled by using no_export_allocator feature), logger (enabled by wasm_logger) and memory modules.

Modules

export_allocator

This module provides default implementations of allocate and deallocate functions that can be used for array passing and returning.

memory

Raw API for dealing with Wasm memory.