Implement a Simple Calculator Android App by Reusing Logics in Rust via JavaScript-WASM Interfacing

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • wasm_calculator

    Implement a Simple WASM Calculator in Rust Using Leptos, and with DumbCalculator

  • As a followup of my previous work -- Implement a Simple WASM Calculator in Rust Using Leptos, and with DumbCalculator -- this time, I would like to explore a not-elegant-but-work-for-me way to reuse the logics implemented in Rust, without the need to rewrite the core using Kotlin.

  • wasm-bindgen

    Facilitating high-level interactions between Wasm modules and JavaScript

  • The binding of Rust (WASM) and JavaScript is done with the help of wasm-bindgen and wasm-pack -- https://github.com/rustwasm/wasm-bindgen/tree/main/examples/without-a-bundler

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ACalculatorApp

  • You are more than welcome to clone the GitHub repository and build and run the complete Android app yourself.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Looking to create a backend service for a website in Rust and I’m wondering on how to best do it

    2 projects | /r/rust | 28 Jun 2023
  • I'm trying to compile my rust code to wasm but wasm_bindgen says the trait bound `(Vec<i32>, Vec<i32>): IntoWasmAbi` is not satisfied.

    1 project | /r/rust | 12 Feb 2023
  • What do you think about NAPI (native bindings) vs. WebAssembly?

    1 project | /r/rust | 6 Sep 2022
  • Client side auth solutions?

    1 project | /r/rust | 30 Apr 2022
  • State of debugging in Rust -> Wasm

    1 project | /r/rust | 5 Feb 2022