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

Add Deno Deploy support #107

Open
syumai opened this issue Apr 17, 2024 · 3 comments
Open

Add Deno Deploy support #107

syumai opened this issue Apr 17, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@syumai
Copy link
Owner

syumai commented Apr 17, 2024

@syumai syumai added the enhancement New feature or request label Apr 17, 2024
@syumai syumai added the help wanted Extra attention is needed label Aug 11, 2024
@gedw99
Copy link

gedw99 commented Dec 3, 2024

Would it not be easier to use hono with the golang WASM ?

I saw the experimental stuff you did with hono . I figured that you were doing this because hono runs anywhere …

@syumai
Copy link
Owner Author

syumai commented Dec 4, 2024

syumai/workers is intended to run Go applications on edge workers without writing JavaScript, so I would like to avoid relying on other web frameworks.

@gedw99
Copy link

gedw99 commented Dec 4, 2024

maybe I did not explain it so well ….

Yes using golang to run WASM. Nothing different there.

but wrapping it with hono as the outer layer so that the WASM can run in all places hono can run .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants