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ยง
- The builder of
Runtime
. It is used to configure the runtime. Get one viaRuntime::builder()