webview_flutter_plus
webview_flutter_plus copied to clipboard
Is it possible to use a wasm file in the android app using the webview package ?
I have converted a simple C++ code with a sum function to a sum.wasm file. can I use the sum function in flutter android app using webview_flutter_plus ?