assemblyscript VS design-principles

Compare assemblyscript vs design-principles and see what are their differences.

design-principles

A small-but-growing set of design principles collected by the TAG while reviewing specifications (by w3ctag)
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
assemblyscript design-principles
30 4
16,443 158
0.4% 2.5%
7.7 6.7
23 days ago 12 days ago
WebAssembly Bikeshed
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

assemblyscript

Posts with mentions or reviews of assemblyscript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-30.

design-principles

Posts with mentions or reviews of design-principles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-08.
  • The Risks of WebAssembly
    5 projects | news.ycombinator.com | 8 Sep 2022
    I am skeptical of WebAssembly and component-model myself, but that AssemblyScript page seems alarmist and as can be seen in several issues, dcodeIO (from the AssemblyScript community) was definitely not behaving in good faith: https://github.com/w3ctag/design-principles/issues/322

    It seems most of the complaints are that selecting UTF-8 as a primary string encoding is "against the practices of the web", which seems patently absurd. I was definitely expecting more along the lines of object models integrating into component‐model, rather than mass-tagging people because of string encodings.

  • Do not design around third-party tools unless it breaks the Web
    1 project | news.ycombinator.com | 19 Oct 2021
  • New principle: Do not design around 3rd party tools unless it breaks the Web
    1 project | news.ycombinator.com | 20 Sep 2021
  • An Urgent Notice from AssemblyScript
    4 projects | news.ycombinator.com | 24 Jul 2021
    I don't agree with your representation that sanitisation of isolated surrogates constitutes "corruption". As a high-level point, when passing a string from your component to an external one, the external component receives a sanitised copy of your string - the original string is not modified in-place. So you still have access to your original string if you're relying on the presence of isolated surrogates for some reason.

    For fairness, I will link below to your concrete example of "corruption", noting that you claim it will render Wasm "the biggest security disaster man ever created for everything". The fundamental bug is in splitting a string at a point which happens to be between two code points which make up an emoji. This kind of mistake can already cause logic and display errors in other parts of the code (e.g. for languages with non-BMP characters) independent of whether components are involved.

    https://github.com/w3ctag/design-principles/issues/322

What are some alternatives?

When comparing assemblyscript and design-principles you can also consider the following projects:

rust-ffmpeg-wasi - ffmpeg 7 libraries precompiled for WebAsembly/WASI, as a Rust crate.

interface-types

Lua - Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.

stringref

reference-types - Proposal for adding basic reference types (anyref)

ffmpeg.wasm - FFmpeg for browser, powered by WebAssembly

rust - Empowering everyone to build reliable and efficient software.

deno - A modern runtime for JavaScript and TypeScript.

grain - The Grain compiler toolchain and CLI. Home of the modern web staple. 🌾

goscript - An alternative implementation of Golang specs, written in Rust for embedding or wrapping.

pyodide - Pyodide is a Python distribution for the browser and Node.js based on WebAssembly