Settings
Set the settings for the emulation.
{
this.setState({ verbose: checked });
}}
/>
{
this.setState({ concise: checked });
}}
/>
{
this.setState({ silent: checked });
}}
/>
{
this.setState({ bufferStdout: checked });
}}
/>
{
this.setState({ execAccess: checked });
}}
/>
{
this.setState({ persist: checked });
}}
/>
{
this.setState({ wasm64: checked });
}}
/>
);
}
}