Add RequireRemote#load to load external Ruby scripts from server by ledsun · Pull Request #292 · ruby/ruby.wasm

Motivation To run a ruby.wasm application consisting of multiple Ruby scripts, the developer needs to enumerate multiple Ruby scripts. Like below: <script type="text/ruby" src="lib_a"></script>