-
Notifications
You must be signed in to change notification settings - Fork 80
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
thread 'main' panicked at 'unknown name section chunk type: 7' #251
Comments
I've encoutered this problem too... But unfortunately your workaround also didn't work. |
I have also encountered this issue any solutions yet? |
1 similar comment
I have also encountered this issue any solutions yet? |
I have also encountered this issue any solutions yet? anti-similar comment tactic |
Same issue with latest 0.6.26 version trying to recompile my project... |
I've encountered this issue with rust version > 1.51 <= 1.57. It works for me in 1.47 and 1.51(built successfully, but had runtime errors), not tested any other versions. |
this may be related koute/stdweb#411 |
This is also an issue for me when working on https://github.com/sotrh/gamepads. I have a backtrace:
|
Same problem here :/
I'm using in WSL2, is impossible to build a simple script Someone can help me? |
This issue still remains unsovled... |
I'm stuck on this error as well. I don't know what I'm doing. [Doge.jpg] It says this... if it helps any:
|
I can't believe that a core dependency for many apps is just abandoned completely dead like this. It's sad to see. |
Likewise here. Is this project no longer maintained? |
After running cargo web, executing the wasm file results in this panic:
I fixed this in this commit: Badel2@46b3637
By replacing the panic with an error. Not sure if this has any consequences, but it seems to work.
If you encounter this problem you can use my fork:
The text was updated successfully, but these errors were encountered: