question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Run mode on client-side

See original GitHub issue

Run mode has some limitations (the big one is unsafe), is it feasible to send back compiled binaries to browser and run as WebAssembly and relax those limitations? (this might be related to https://github.com/ashmind/SharpLab/issues/256)

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:3
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ashmindcommented, Aug 24, 2018

Hmm, wait, I might be able to run normal .NET IL as you said. I’ll investigate.

0reactions
ashmindcommented, Feb 10, 2019

I don’t see why not (if Azure builds have proper CORS headers). I think I still need server part for some of the Run features, but maybe not even that.

I’ll deprioritize this ticket and look into mirrorsharp one instead — no reason to design a way to download an assembly if the assembly will be built on local later on.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get runmodes value in client-side JS
To manage/configure run mode specific value, you should use run mode osgi configuration and read key value using model.and store either in HTML...
Read more >
What do client side and server side mean?
Client -side refers solely to the location where processes run, while frontend refers to the kinds of processes that run client-side.
Read more >
Nuxt - can i run client side code from a middleware in ...
First You need to run your middleware code only on the client side. ... I guess you can check the route and then...
Read more >
The difference between Client mode and Server mode
Client side and server side are terms that both indicate how and where code runs.
Read more >
Allow middleware to run client-side only in SSR mode #7474
I would suggest the feature of using middleware.client.js and middleware.server.js vs this flag so it matches the same feature of plugins. This ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found