The run method no longer blocks deno
This release fixes improves #5 and no longer blocks deno execution by making a custom rust op for WebView.run()
and making it async. WebView.run()
is no longer a sync method but returns a Promise which may break some existing code.