mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-23 09:41:33 +00:00
Fix compatibility with LLD
Ensure the runtime library is always at least linked as it has important symbols that we'll use later.
This commit is contained in:
@ -435,4 +435,6 @@ pub mod __rt {
|
||||
pub unsafe extern fn __wbindgen_boxed_str_free(ptr: *mut String) {
|
||||
drop(Box::from_raw(ptr));
|
||||
}
|
||||
|
||||
pub fn link_this_library() {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user