mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 21:21:33 +00:00
Update test-rest to explicitly test each crate
This commit is contained in:
@ -93,7 +93,9 @@ static mut __jit_debug_descriptor: JitDebugDescriptor = JitDebugDescriptor {
|
||||
|
||||
#[cfg(feature = "generate-debug-information-no-export-symbols")]
|
||||
extern "C" {
|
||||
#[no_mangle]
|
||||
static mut __jit_debug_descriptor: JitDebugDescriptor;
|
||||
#[no_mangle]
|
||||
fn __jit_debug_register_code();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user