/wasm-elements

Custom elements for WebAssembly

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

wasm-elements

wasm-html

<wasm-html src="https://example.org/module.wasm">
	<h1>Your fallback HTML while it loads.</h1>
</wasm-html>

wasm-state-machine

<wasm-state-machine src="https://example.org/module.wasm">
	
</wasm-state-machine>

wasm-string-builder

<wasm-string-builder src="https://example.org/module.wasm">
	
</wasm-string-builder>

wasm-http-server

<wasm-http-server src="https://example.org/module.wasm">
	
</wasm-http-server>

wasm-debug

<wasm-debug src="https://example.org/module.wasm">
	
</wasm-debug>