-
Notifications
You must be signed in to change notification settings - Fork 378
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
node dist (thanks to webassembly) #303
Comments
Hey 👋 not a maintainer or even a contributor, but what would be the use case for this? |
In all theory this is possible with |
not in the scope of the project for now. |
Side note that if we ever do move forward with this, the place to watch would be Bubble Tea: |
Node.js is supporting webassembly: https://nodejs.dev/learn/nodejs-with-webassembly
What about compiling a
.wasm
build in order to execute it from Node.js? What about:I have currently no experience with go, but could help about Node/npm.
Found that quick tutorial https://egghead.io/lessons/go-compile-and-execute-a-go-webassembly-program-with-node for now
The text was updated successfully, but these errors were encountered: