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
xref #92738
When compiling rust as follows:
export RUSTFLAGS="-C link-arg=-s -C link-arg=SIDE_MODULE=1 -C relocation-model=pic -C target-feature=+mutable-globals" cargo +nightly -Z build-std build --target=wasm32-unknown-emscripten
I get the error
wasm-ld: error: unknown file type: lib.rmeta
See #92738 for more details.
As a workaround, I've been applying the following patch: pyodide/pyodide@cfafcda/emsdk/patches/0001-fix-up-rust-linker-errors.patch
The text was updated successfully, but these errors were encountered:
Closed in favor of #17109 which is more specific.
Sorry, something went wrong.
No branches or pull requests
xref #92738
When compiling rust as follows:
I get the error
See #92738 for more details.
As a workaround, I've been applying the following patch:
pyodide/pyodide@cfafcda/emsdk/patches/0001-fix-up-rust-linker-errors.patch
The text was updated successfully, but these errors were encountered: