| ... | @@ -18,9 +18,6 @@ pub fn build(b: *Builder) void { | ... | @@ -18,9 +18,6 @@ pub fn build(b: *Builder) void { |
| 18 | lib.strip = false; | 18 | lib.strip = false; |
| 19 | | 19 | |
| 20 | const check = lib.checkObject(.wasm); | 20 | const check = lib.checkObject(.wasm); |
| 21 | check.checkStart("Section import"); | | |
| 22 | check.checkNext("entries 1"); // __truncsfhf2 should have been resolved, so only 1 import (compiler-rt's memcpy). | | |
| 23 | | | |
| 24 | check.checkStart("Section custom"); | 21 | check.checkStart("Section custom"); |
| 25 | check.checkNext("name __truncsfhf2"); // Ensure it was imported and resolved | 22 | check.checkNext("name __truncsfhf2"); // Ensure it was imported and resolved |
| 26 | | 23 | |