# Functions

Append all the files in the net/http FS instance containing the embedded WASM assets to an *http.ServeMux instance.
Append all the files in the net/http FS instance containing the embedded WASM assets to an *http.ServeMux instance ensuring that all URLs are prepended with prefix.
AppendResourcesHandler will rewrite any HTML produced by previous handler to include the necessary markup to load WASM JavaScript and CSS files and related assets.
AppendResourcesHandlerWithPrefix will rewrite any HTML produced by previous handler to include the necessary markup to load WASM JavaScript files and related assets ensuring that all URIs are prepended with a prefix.
AssetsHandler returns a net/http FS instance containing the embedded WASM assets that are included with this package.
AssetsHandler returns a net/http FS instance containing the embedded WASM assets that are included with this package ensuring that all URLs are stripped of prefix.
Return a *WASMOptions struct with default paths and URIs.

# Structs

WASMOptions provides a list of JavaScript and CSS link to include with HTML output.