Avatar
norio_nomura 3/28/2025 3:20 AM
まだ0.1.4、現在更新中。 @swift-main + wasmkit-cli import Foundation let text="test" do { try text.write(toFile: "test.txt", atomically: false, encoding:.utf8) } catch { print("Error: \(error)") }