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

Improve live reload dev experience #134

Open
syumai opened this issue Nov 12, 2024 · 2 comments
Open

Improve live reload dev experience #134

syumai opened this issue Nov 12, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@syumai
Copy link
Owner

syumai commented Nov 12, 2024

  • Dev experience with TinyGo is not enough confortable due to its build speed.
  • Using ordinary Go for dev, using TinyGo for release is the best.
    • Maybe this requires common wasm_exec.js between Go and TinyGo.
@syumai syumai added the enhancement New feature or request label Nov 12, 2024
@gedw99
Copy link

gedw99 commented Dec 2, 2024

the two runtimes converge and then diverge over time too much. I would say that a common wasm.js leads to trouble. Better to have any abstraction higher up, and use build tags

@syumai
Copy link
Owner Author

syumai commented Dec 2, 2024

I agree that combining two wasm_exec.js will make experience better.

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