Wasmer::Config
Inherits Reference / Object
Constructors
Instance methods
Sets the compiler to Cranelift. Will raise if Cranelift compiler is not
supported by current binding.
Check CompilerKind.available? to check the availability
Sets the engine to Dylib. Will raise if Dylib engine is not
supported by current binding.
Check EngineKind.available? to check the availability
Sets the compiler to LLVM. Will raise if llvm compiler is not
supported by current binding.
Check CompilerKind.available? to check the availability
Sets the compiler to Singlepass. Will raise if Singlepass compiler is not
supported by current binding.
Check CompilerKind.available? to check the availability
Sets the engine to Staticlib. Will raise if Staticlib engine is not
supported by current binding.
Check EngineKind.available? to check the availability
Sets the engine to Universal. Will raise if Universal engine is not
supported by current binding.
Check EngineKind.available? to check the availability