簡體   English   中英

無法識別類型部分的判別式 0xD

[英]Could not recognise discriminant 0xD for type Section

我正在嘗試使用 Sentry ( https://github.com/getsentry/symbolicator/tree/master/crates/wasm-split ) 提供的wasm-split實用程序,如下所示:

./wasm-split-Windows-x86_64.exe main.wasm

main.wasm由 emscripten 從 C++ 編譯而來。

但是我收到以下錯誤:

Error: (root)[4]: Could not recognise discriminant 0xD for type Section

Caused by:
    Could not recognise discriminant 0xD for type Section

我不知道這意味着什么,也不知道從這里到 go 的下一個位置。 谷歌也沒有提供任何答案。

回答我的問題。 這是wasmbin中的一個錯誤,它是wasm-split的依賴項。 看這里: https://github.com/getsentry/symbolicator/issues/969

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM