Uno.Wasm.Bootstrap
Uno.Wasm.Bootstrap copied to clipboard
How to create single wasm bundle
Hello!
Thank you for the great project!
Is it possible to build single-file distribution like here?
I've tried to compile the Hello World project with Uno.Wasm.Bootstrap package together with
<WasmShellMonoRuntimeExecutionMode>FullAOT</WasmShellMonoRuntimeExecutionMode>
but when serving this sample I see that multiple files are still downloaded
Thanks in advance!
It's not possible to make a single file WebAssembly package using mono, yet. It still needs a javascript satellite file (emscripten needs it), and the DLLs for the metadata support.