load abstract method

Future<void> load()

Loads the wasm module (fetching and compiling it). Idempotency is the caller's job — the provider calls this exactly once per runtime.

Implementation

Future<void> load();