-
Notifications
You must be signed in to change notification settings - Fork 177
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
unexpected char in asm const signature 101 #398
Comments
Hi,I also encountered the same problem Build env:
Target: Run exceptions:
|
I also ran into this problem |
My understanding is emscripten builds are broken on both stable and nightly for rustc since November 2019: rust-lang/rust#66916. With just |
Thank you! I wondered if this was the case. I will give the old toolchain a shot |
Hello! I'm trying out stdweb with emscripten (1.39.10) and running into an issue when calling
stdweb::initialize()
:Here's my Cargo.toml:
And my program:
Compiling via:
Then I do
cp target/wasm32-unknown-emscripten/debug/echo.{js,wasm} /path/to/echo-web
and I have a very simple index.html that loads theecho.js
file. The above error occurs. Note that is does print "init" in the console, but does not print "loop." I get the same result in both Chrome/FF (latest versions).Am I doing something wrong? Thanks!
The text was updated successfully, but these errors were encountered: