-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[browser] Suport for OutputType Library #89577
Comments
Tagging subscribers to this area: @directhex Issue Detailscurrently WASM projects need to be
|
I'm slightly confused by the description. Is the goal here to produce a "wasm application without main" (the whole app bundle)? Or just be able to use |
For the "wasm application without main" what would be the use-case ? Could we have dotnet wasm wrapped as react component and somehow flow it thru asp.net core in a way which would initialize the dotnet.js ? I feel that the answer is probably not with nuget. Could the same thing be achieved with npm package and node/webpack ecosystem ? Possibly yes. |
If it's not the "wasm application without main" case, we can close the issue |
currently WASM projects need to be
<OutputType>Exe</OutputType>
use case: nuget library with component for Blazor, including
[JSImport]
The text was updated successfully, but these errors were encountered: