Expand description

These types manage the consumption and configuration of the wasmer library in terms of middleware (metering), Target, Module, and Store.

Note that this module is deprecated. Use https://github.com/holochain/holochain-wasmer/blob/develop/crates/host/src/module.rs#L135-L185 instead.

Constants§

Functions§

  • Take WASM binary and prepare a wasmer Module suitable for iOS
  • craneliftDeprecated
    Generate a Cranelift type (1 of 3 possible types) wasm compiler with Metering (use limits) in place.
  • Generate a headless Dylib Store suitable for iOS. Useful for re-building an iOS Module from a preserialized WASM Module.
  • Configuration of a Target for wasmer for iOS