From ab8540cf96698193850b4aff95771aa028575598 Mon Sep 17 00:00:00 2001 From: oligami <69239094+nziq53@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:56:15 +0900 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61dd520..2c4cc5b 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ https://github.com/WebAssembly/wasi-libc/issues/196 - get ## iPhone +- get -## Windows, Linux, Mac +## Windows, Linux, macOS - get - set @@ -31,7 +32,7 @@ https://github.com/nziq53/nickname/tree/main/examples/common ## Android get nickname from bluetooth -## Macos +## macOS use native api # extension function From 04c30c31a77cb5df3f2e08bd3a4af49c9f4ed39a Mon Sep 17 00:00:00 2001 From: oligami <69239094+nziq53@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:22:12 +0900 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c4cc5b..dc40ec4 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ https://github.com/WebAssembly/wasi-libc/issues/196 - get - set +! macOS is not stable because not using native api yet + # Rust target https://doc.rust-lang.org/nightly/rustc/platform-support.html From 459c308f13c31c2b6e30765cbc4b6fe2d601bf96 Mon Sep 17 00:00:00 2001 From: oligami <69239094+nziq53@users.noreply.github.com> Date: Tue, 28 Nov 2023 16:56:08 +0900 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dc40ec4..c8c5907 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,6 @@ call VERSION.SDK_INT - api-level 24: `error: "API level 25 or higher is required"` - api-level 30: `Android SDK built for x86_64` - api-level 33: `sdk_gphone_x86_64` + +# cargo miri is not support yet +cargo miri is not support yet