Skip to content

Conversation

@Pistonight
Copy link
Contributor

New rustflags requirement since Oct 2025

[target.wasm32-unknown-unknown]
rustflags = [
    "-C", "target-feature=+atomics",
    "-Clink-args=--shared-memory",
    "-Clink-args=--import-memory",
    "-Clink-args=--max-memory=1073741824",
    "-Clink-args=--export=__wasm_init_tls",
    "-Clink-args=--export=__tls_size",
    "-Clink-args=--export=__tls_align",
    "-Clink-args=--export=__tls_base",
]

@Pistonight Pistonight merged commit 85958f6 into main Jan 10, 2026
1 of 2 checks passed
@Pistonight Pistonight deleted the feat/is_finished branch January 10, 2026 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants