We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f7596 commit 7d06751Copy full SHA for 7d06751
tests/run-make/wasm-builtins-import/main.rs
@@ -9,6 +9,6 @@ fn my_panic(_info: &core::panic::PanicInfo) -> ! {
9
#[no_mangle]
10
pub fn multer(a: i128, b: i128) -> i128 {
11
// Trigger usage of the __multi3 compiler intrinsic which then leads to an imported function
12
- // such as panic or __multi3 in case of a bug. We verify that no imports exist in our verifier.
+ // such as panic or __multi3 (externally defined) in case of a bug. We verify that no imports exist in our verifier.
13
a * b
14
}
0 commit comments