### Initialize Dioxus Sortable with WASM Source: https://github.com/feral-dot-io/dioxus-sortable/blob/master/docs/examples/prime-ministers/index.html Initializes the dioxus-sortable JavaScript module and loads the WebAssembly binary. It then calls the main function if it's not already defined. ```javascript import init from "/dioxus-sortable/examples/prime-ministers/assets/dioxus/dioxus-sortable.js"; init("/dioxus-sortable/examples/prime-ministers/assets/dioxus/dioxus-sortable_bg.wasm").then(wasm => { if (wasm.____wbindgen_start == undefined) { wasm.main(); } }); ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.