Skip to main content
Deno 2 is finally here 🎉️
Learn more

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>