TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

WebAssembly Apps on Android: Why and How

4 点作者 Nicole9超过 3 年前
A new option for Android app developers. Create modules and functions for your app in WebAssembly! With the WasmEdge Runtime’s Android port, you will get<p>Native speed &amp; sandbox safety Dev in your language — eg Rust, C++, Go &amp; JS Embed 3rd party functions in your android app k8s managed android apps<p>## How<p>Compile and build WasmEdge for Android. https:&#x2F;&#x2F;wasmedge.org&#x2F;book&#x2F;en&#x2F;extend&#x2F;build_for_android.html<p>Use Rust + WebAssembly for high performance AI inference (mobilenet image classification) on Android https:&#x2F;&#x2F;wasmedge.org&#x2F;book&#x2F;en&#x2F;os&#x2F;android&#x2F;cli.html<p>Wrap a Webassembly app in an Android NDK shell. It is the same TensorFlow TFLite image classification &#x2F; inference Wasm app as the the first one, but wrapped in your own app. https:&#x2F;&#x2F;wasmedge.org&#x2F;book&#x2F;en&#x2F;os&#x2F;android&#x2F;ndk.html<p>Create an Android APK app with an embedded WasmEdge Runtime. WebAssembly functions turn your app into a platform for other devs. https:&#x2F;&#x2F;wasmedge.org&#x2F;book&#x2F;en&#x2F;os&#x2F;android&#x2F;apk.html

1 comment

akmittal超过 3 年前
I love webassembly, it is going to change web much. There are so many things which were impossible&#x2F;too slow, like image processing, Video processing. Now with webassembly that&#x27;s all possible with good speed.<p>Coming to wasm for Android&#x2F;other platforms. I believe you can already use native Go, rust without webassembly. Tailscale make Android, iOS app in Go. Atleast with that you multithreading and better performance.