Kenta Kubo
Kenta Kubo
Thanks, @stephansann. I found that your feature request might be possible with [`identityReference`](https://developer.apple.com/documentation/networkextension/nednsovertlssettings/identityreference). However, since this API is highly flexible, we need to know what format of PSK you want...
> The better alternative would be certificate-based authentication, not pre-shared keys: IIUC, the `identityReference` API I stated above is it. What format of certificate and private key do you want...
I'm waiting for the next release.
@dependabot rebase
Did you try this? I usually use `which` in a-Shell. ```shell pkg install which ```
`pkg install which` will automatically download the `which` command from [here](https://github.com/holzschu/a-Shell-commands/releases/tag/0.1). It is a WebAssembly binary. ```console $ dash -l $ file $(which which) /var/mobile/Containers/Data/Application/7B9054B1-3BD0-4F90-9256-051140DFD7FA/Documents/bin/which: WebAssembly (wasm) binary module version...
You can download `ruby.wasm` from [here](https://github.com/ruby/ruby.wasm/releases/tag/2.6.2) and run it with `wasm` or `wasm3` in a-Shell. It's not perfect, but it may be helpful. refs: #46
https://github.com/blinksh/blink/issues/2127 is possibly related.
I've confirmed that https://github.com/blinksh/blink/commit/1dd66ee246e61aa192b092a0afe3d43d657a3b28 would resolve the issue on a-Shell too. I'm preparing a PR.
When I ran the same C code with the prebuilt wasm3 that can be available [here](https://github.com/wasm3/wasm3/releases/tag/v0.5.0), it outputted the correct results. So, although there are differences between Linux and iOS,...