7 Commits

Author SHA1 Message Date
Mario Zechner
934e374724 [flutter] Add web_ffi fork, fix .wasm/.js size
The fork is required as Emscripten produces a .wasm file that the upstream web_ffi can't parse correctly to extract exported symbols.
2022-11-20 22:18:39 +01:00
Mario Zechner
41aab5579f [flutter] Fix .wasm lookup path on web. 2022-11-20 02:55:21 +01:00
Mario Zechner
35a0aaf8dc [flutter] Web support through WASM
Massive refactor, no more passing/returning structs by value and explicit initialization.
2022-11-20 02:16:48 +01:00
Mario Zechner
a185485d73 [flutter] Upgrade to latest ffi, fix pointer types, fix rendering, fix crash 2022-09-09 11:56:52 +02:00
Mario Zechner
2e78d64a23 [flutter] Assets can now be loaded from bundles, local files, or via http. 2022-08-26 14:15:05 +02:00
Mario Zechner
75a656ebfc [flutter] Atas loading POC including async image load. 2022-08-15 12:29:33 +02:00
Mario Zechner
075ed81426 [flutter] Initial FFI plugin scafold + example. 2022-08-08 18:49:51 +02:00