Module runtime

Module runtime 

Source
Expand description

This is the main entry point for executing WebAssembly modules. Every process should have only one instance of this runtime by call Runtime::new() or Runtime::builder().build() once.

Structsยง

Runtime
RuntimeBuilder
The builder of Runtime. It is used to configure the runtime. Get one via Runtime::builder()