-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Can't build webpack-server in vscode
#39
Comments
I use these scripts for building/packaging, and vsce runs the The only difference I can spot is |
Thank you for your advice! I did it. I really appreciate your kindness. |
I'm glad you're interested in the project! If you wish to use the server for vim, it might probably be better to compile it to native instead of WASM. It was designed with WASM in mind so that it is platform-agnostic and can be easily packaged for vscode, but vim might have different requirements. As far as I remember, there is not a whole lot of WASM-reliant code, and shouldn't take too much effort to reimplement these, tell me if you need further help. |
I've tried to build taplo-ide in my environment for transplant to vim, but I got error.
I'm beginner in wasm and rust, So I can't find what cause this bug and evaluate my way to build is correct or not. I suspect this issue is related to this error but I'm not sure. Sorry if I'm wrong.
Error message
Reproduction
versions
The text was updated successfully, but these errors were encountered: