Skip to content
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

dynamic discovery of golang wasm without restarting server #157

Open
gedw99 opened this issue Jun 14, 2023 · 1 comment
Open

dynamic discovery of golang wasm without restarting server #157

gedw99 opened this issue Jun 14, 2023 · 1 comment
Labels
🚀 enhancement New feature or request

Comments

@gedw99
Copy link

gedw99 commented Jun 14, 2023

Is your feature request related to a problem? Please describe.

if i have the server running and then add, delete or update a golang wasm, the server does not realise it.

I don't know if python and ruby has the same behaviour as i was concentrating on the golang examples.

Describe the solution you'd like

Can add, delete, change golang wasm without restarting the server.

Describe alternatives you've considered

I looked on the cli for a reload command but found none.

Additional context

wasm-workers-server 1.2.0

GOVERSION="go1.20.5"

@Angelmmiguel
Copy link
Contributor

Hello @gedw99,

Thank you for opening the issue! As you mentioned, this behavior is not implemented and it's affecting to all languages. It's a very convenient feature for development, so I totally agree on adding it to the project.

I'm looking to open several issues regarding major changes in the CLI. One of them will be the addition of a new command called dev. This command will enable certain behavior by default like the read-only administration panel. I think the watch mode you're mentioning could be a great addition here 😄.

Meanwhile the dev command is not present, we can enable this feature with the --watch flag.

@Angelmmiguel Angelmmiguel added the 🚀 enhancement New feature or request label Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants