Priestch
Priestch
It is `0.0.26`, https://github.com/Priestch/qwick-city-demo is the repo if helps, sorry for the typo.
@renanlopescoder Try https://docs.netlify.com/netlify-labs/experimental-features/edge-functions/get-started/#test-locally I use those commands below to preview: ```bash npm run build netlify dev -d dist ```
Of course, I will try later.
@youngboy I tried 0.0.42 and the latest 0.0.100, and both worked without any issues!
@cetinsert I want to custom `onRuntimeInitialized` and `locateFile`. Custom `locateFile` to hide details between different projects, but until now I realize that seems impossible, and custom `onRuntimeInitialized` to make sure...
@paulo-coutinho It depends on the global Module variable. > it take some time to make it work when using common bundle tools. when use the `MODULARIZE`, it will use a...
@KameshRajendran you can check #56 for some background.
The error is caused by line 257 in the screenshot, the `Module.arguments` should not be accecced after line 258 ran. The code in `_framework/blazor.webassembly.js` will load some `donet.**.js`file, it tries...
All I want are the potential performance gains.
If you have any trouble, maybe I can do some help.