wasmimg

Cram more pixels into bytes - anywhere (by yklcs)

Wasmimg Alternatives

Similar projects and alternatives to wasmimg

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better wasmimg alternative or higher similarity.

wasmimg reviews and mentions

Posts with mentions or reviews of wasmimg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-01.
  • Wazero: Zero dependency WebAssembly runtime written in Go
    12 projects | news.ycombinator.com | 1 Jul 2023
    Using WASM for things requiring low IO and high compute that are traditionally written in C/C++ makes a lot of sense to me. Image codecs are an example and native implementations for things like JPEG encoders are hard to come by. So, I used wazero to implement a few image codecs in Go^1. Codecs were compiled to WASM, and wazero works great for running them (albeit with overhead).

    For this use case, wazero appears to be the cleanest solution as it's the only runtime that doesn't need CGo. The biggest appeal to me embedding WASM in Go is avoiding CGo to allow cross compilation. If my dependency is using CGo anyway, I might as well as link against a C library. I think native WASM runtimes like wazero are currently the best options for porting code language-agnostically.

    ^1: https://github.com/yklcs/wasmimg

Stats

Basic wasmimg repo stats
1
2
5.0
10 months ago

yklcs/wasmimg is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of wasmimg is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com