mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 01:43:14 +08:00

Adding initial support for the following URL, TextEncoder, TextDecoder, atob, btoa. This also setups up a cargo workspace (rust) for future developments. iOS adds a local pod dep until we move to using a pod for the runtime dep.
Rust
For building the iOS and Android packages the following targets are required
Android
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
Build Android
To build android only run make android_only
iOS
rustup target add aarch64-apple-ios aarch64-apple-ios-sim x86_64-apple-ios
To build android only run make ios_only
To build both packages run make all