I noticed this test failure while trying to make the test suite pass under Bun:
--- expected
+++ actual
@@ -1 +1,4 @@
-success
+main module address 0x1.
+side module address 0xa.
+failure
+
Seems to be some kind JSC issue. Test passes under v8 and spidermonkey,