【发布时间】:2023-01-17 21:38:24
【问题描述】:
我正在尝试使用 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
我不知道这意味着什么,也不知道下一步该去哪里。谷歌也没有提供任何答案。
【问题讨论】:
标签: webassembly