mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 13:31:22 +00:00
@ -287,7 +287,7 @@ fn extract_programs(module: &mut Module) -> Result<Vec<shared::Program>, Error>
|
||||
Section::Custom(ref s) => s,
|
||||
_ => continue,
|
||||
};
|
||||
if custom.name() != "__wasm_bindgen_unstable" {
|
||||
if custom.name() != "__wasm_bindgen,unstable" {
|
||||
continue;
|
||||
}
|
||||
to_remove.push(i);
|
||||
|
Reference in New Issue
Block a user