Wasm difficulties in Rust, Haskell, and Go

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
  • wasi-sockets

    WASI API proposal for managing sockets

  • A bunch of packages like tokio don't work because they transitively depend on net, and WASI doesn't have networking yet (networking is in phase 1 of 5), and it doesn't seem possible to turn off the net feature of transitive dependencies

  • meetings

    WebAssembly meetings (VC or in-person), agendas, and notes

  • A bunch of packages like tokio don't work because they transitively depend on net, and WASI doesn't have networking yet (networking is in phase 1 of 5), and it doesn't seem possible to turn off the net feature of transitive dependencies

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

    The Go programming language

  • The main Go compiler doesn't yet support WASI, it only supports targeting JavaScript environments (see how the only GOOS/GOARCH pair is js/wasm)

  • ffjson

    faster JSON serialization for Go

  • ffjson failed to compile, last commit 2019

  • easyjson

    Fast JSON serializer for golang.

  • easyjson produced an empty file

  • go-codec

    idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go] (by ugorji)

  • go-codec depends on reflect

  • fastjson

    Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection (by valyala)

  • fastjson can decode, but can't encode

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • jsonparser

    One of the fastest alternative JSON parser for Go that does not require schema

  • jsonparser can decode, but can't encode

  • gabs

    For parsing, creating and editing unknown or dynamic JSON in Go

  • gabs depends on reflect

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

  • Whats the fastest JSON unmarshaling package as of right now?

    4 projects | /r/golang | 2 Nov 2021
  • What's the best way to unmarshall this nested JSON?

    3 projects | /r/golang | 29 Jun 2023
  • Object-oriented JSON in Go

    2 projects | /r/golang | 12 Apr 2023
  • Best approach for a monolithic web app?

    2 projects | /r/golang | 9 Apr 2023
  • High-performance JSON parsing in Go

    4 projects | /r/golang | 8 Mar 2023