mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-05-01 01:32:19 +00:00
emscripten fix
This commit is contained in:
parent
6878005822
commit
b1b94e9a0c
@ -124,7 +124,7 @@ fn main() {
|
||||
|
||||
let mut module = parity_wasm::deserialize_file(&path).unwrap();
|
||||
|
||||
if let source::SourceTarget::Unknown = source_input.target() {
|
||||
if let source::SourceTarget::Emscripten = source_input.target() {
|
||||
module = ununderscore_funcs(module);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user