Skip to content
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

Add in Intl API to runtime #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add in Intl API to runtime #14

wants to merge 2 commits into from

Conversation

JakeChampion
Copy link
Contributor

No description provided.

@JakeChampion
Copy link
Contributor Author

The release build compiles but a build with debug symbols fails

wasm-ld: warning: function signature mismatch: _ZN7mozilla4intl8Calendar23LegacyIdentifierToBcp47EPKci
 7:50.64 >>> defined as () -> void in ../build/libjs_static.a(Unified_cpp_js_src5.o)
 7:50.64 >>> defined as (i32, i32, i32) -> void in ../build/libjs_static.a(Unified_cpp_intl_components0.o)
 7:50.64 wasm-ld: warning: function signature mismatch: _ZN7mozilla4intl8Collator28KeywordValueToBcp47ExtensionEPKci
 7:50.64 >>> defined as () -> void in ../build/libjs_static.a(Unified_cpp_js_src4.o)
 7:50.64 >>> defined as (i32, i32, i32) -> void in ../build/libjs_static.a(Unified_cpp_intl_components0.o)
 7:50.90 PLEASE submit a bug report to [https://github.com/llvm/llvm-project/issues/](https://github.com/llvm/llvm-project/issues/?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen) and include the crash backtrace.

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.

1 participant