windows support and more recursion fixes

This commit is contained in:
John Smith
2022-12-01 19:08:40 -05:00
parent 4c3ffa927b
commit bbf97a535a
4 changed files with 42 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#![recursion_limit = "256"]
mod dart_ffi;
mod dart_isolate_wrapper;
mod tools;