Deno Fresh WASM: Code Modules in Rust

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • deno

    Code to accompany Deno & Deno Fresh articles. (by rodneylab)

    [package] name = "rs_lib" version = "0.0.1" authors = ["Rodney Johnson "] edition = "2021" license = "BSD-3-Clause" repository = "https://github.com/rodneylab/deno" description = "Basic image processing" [lib] crate_type = ["cdylib"] [profile.release] codegen-units = 1 incremental = true lto = true opt-level = "z" [dependencies] photon-rs = "=0.3.1" wasm-bindgen = "=0.2.83"

  • parsedown

    WASM code for parsing Markdown into HTML with light output tweaking (by rodneylab)

    The complete is in Rodney Lab GitHub repo. As a next step you might consider publishing your WASM module to deno.land/x so other developers can easily use it. This is something I did with the parsedown module. It has code I use for the Newsletter and parses Markdown to HTML as well as generate email HTML and plaintext emails. Let me know if you would like to see a short video on publishing a Deno module.

  • 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.

  • wasm-bindgen

    Facilitating high-level interactions between Wasm modules and JavaScript

    If you want to learn more on wasm-pack, there is a wasm-pack book as well as some fairly detailed wasm-bindgen docs. There are a few resources for learning Rust itself in the December newsletter. Finally, please get in touch if you would like to see more content on Deno and Fresh. I hope you found the content useful and am keen to hear about possible improvements.

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