evmc
evmc copied to clipboard
Pass options to VM during initialization
Currently an existing VM can be modified with set_option() method. This is unnecessary complication. All options should be passed at once when a VM is created. This goes along with the loader design.