Avatar
norio_nomura 3/4/2025 11:34 AM
とりあえず、testingを使うとwasi使わなくても時間がかかる。 @swift-main testing @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello") // Expectation failed: (greeting → "Hello, world!") == "Hello" } (edited)