Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runButton (0.19 sec)

  1. misc/wasm/wasm_exec.html

    			inst = result.instance;
    			document.getElementById("runButton").disabled = false;
    		}).catch((err) => {
    			console.error(err);
    		});
    
    		async function run() {
    			console.clear();
    			await go.run(inst);
    			inst = await WebAssembly.instantiate(mod, go.importObject); // reset instance
    		}
    	</script>
    
    	<button onClick="run();" id="runButton" disabled>Run</button>
    </body>
    
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Oct 02 17:25:11 GMT 2018
    - 1.3K bytes
    - Viewed (0)
Back to top