-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
String.write(toFile:atomically:encoding:)
fails even with atomically: false
only on WasmKit
#178
Comments
String.write(toFile:, atomically:, encoding:)
fails even with atomically: false
only on WasmKitString.write(toFile:atomically:encoding:)
fails even with atomically: false
only on WasmKit
Probably you meant to write |
Thanks, good finding! |
Merged
I just implemented |
I'm not sure that the current test suite includes a test case for |
I don't think we can easily add such a test case for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction steps
wasmtime run --dir . .build/debug/Check.wasm
succeeded without throwing the exception.The text was updated successfully, but these errors were encountered: