load abstract method
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();
Loads the wasm module (fetching and compiling it). Idempotency is the caller's job — the provider calls this exactly once per runtime.
Future<void> load();