We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! Thanks for your work!
I wish to figure out how to make program\site like yours (https://universite-gustave-eiffel.github.io/qrtone/) works locally without internet on my PC
Because no instructions i tryed this but fails... :
sh compile.sh emcc: warning: EXTRA_EXPORTED_RUNTIME_METHODS is deprecated, please use EXPORTED_RUNTIME_METHODS instead [-Wdeprecated]
Would appreciate any help! :)
Maybe there any .html verison exists? 👍
The text was updated successfully, but these errors were encountered:
Hello,
The message is just a warning so it will still produce the wasm file.
The website source code is here:
https://github.com/Universite-Gustave-Eiffel/qrtone/tree/gh-pages
Sorry, something went wrong.
This helps a lot! Now works :)
BTW can i run it on android too? If so, how? Thankssss
Yes it is already used in a Android Project. You just have to use the jqrtone library.
Here an Android project that use qrtone:
https://github.com/Universite-Gustave-Eiffel/NoiseCapture
No branches or pull requests
Hello! Thanks for your work!
I wish to figure out how to make program\site like yours (https://universite-gustave-eiffel.github.io/qrtone/) works locally without internet on my PC
Because no instructions i tryed this but fails... :
sh compile.sh
emcc: warning: EXTRA_EXPORTED_RUNTIME_METHODS is deprecated, please use EXPORTED_RUNTIME_METHODS instead [-Wdeprecated]
Would appreciate any help! :)
Maybe there any .html verison exists? 👍
The text was updated successfully, but these errors were encountered: