planetarium / lib9c-wasm

The experimental project to port Lib9c into JavaScript environment through WASM. Build your Nine Chronicles network transaction in your local at once.
https://planetarium.github.io/lib9c-wasm/
GNU General Public License v3.0
5 stars 2 forks source link

Make WasmMainJSPath optional #12

Closed Akamig closed 1 year ago

Akamig commented 1 year ago

I think we're in this scenario, where use-case with no main javascript file and only want dotnet.js and it's runtime things as package form we can Import. I see a possibility from here. https://github.com/dotnet/runtime/issues/63465

This would solve additional file moving hassle, as no AppBundle folder would be created.

Akamig commented 1 year ago

It would be implemented in 8.0 as this issue speaking, closing. https://github.com/dotnet/runtime/issues/77191