Open kant2002 opened 8 months ago
This is important for Blazor WASM workloads.
Unfortunately it has limitation, it requires disable WebCLI format using <WasmEnableWebcil>false</WasmEnableWebcil>, but at least it's possible to some degree to play with Inter.NET in the Blazor.
<WasmEnableWebcil>false</WasmEnableWebcil>
Fixes #465
I'm confused about the use case of this. If the assemblies cannot be loaded normally, then how will inference work?
This is important for Blazor WASM workloads.
Unfortunately it has limitation, it requires disable WebCLI format using
<WasmEnableWebcil>false</WasmEnableWebcil>
, but at least it's possible to some degree to play with Inter.NET in the Blazor.Fixes #465