Hello,
I'm currently trying to add boa to flutter. Based on the feedback of the bridge author (fzyzcjy/flutter_rust_bridge#2257) Context needs to be sendable (implement Send).
Can you add it? Do you have a better idea how I could integrate it? I'm currently using a Arc<Mutex<Context>> for this.
Hello,
I'm currently trying to add boa to flutter. Based on the feedback of the bridge author (fzyzcjy/flutter_rust_bridge#2257) Context needs to be sendable (implement Send).
Can you add it? Do you have a better idea how I could integrate it? I'm currently using a
Arc<Mutex<Context>>for this.