Files
Osei Fortune 4bb347ca69 feat: initial wintercg modules
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.
2024-01-08 01:55:57 -04:00
..
2024-01-08 01:55:57 -04:00

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