bytenode VS wat-compiler

Compare bytenode vs wat-compiler and see what are their differences.

wat-compiler

webassembly wat text format to binary compiler (by stagas)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
bytenode wat-compiler
12 2
2,418 18
1.9% -
7.1 0.0
about 1 month ago over 1 year ago
JavaScript JavaScript
MIT License -
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.

bytenode

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

wat-compiler

Posts with mentions or reviews of wat-compiler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-23.
  • Understanding Every Byte in a WASM Module
    6 projects | news.ycombinator.com | 23 Dec 2023
    For some time I've been fascinated by the codebase of a small WAT compiler written in JavaScript.

    https://github.com/stagas/wat-compiler/blob/main/story.txt

    And I mean "small" as a real complement to how readable the entire compiler is. It's also been a great way to appreciate the design of the WASM text format and WASM overall. It's not a Lisp but has a similar feel to it.

    I've been meaning to get more fluent at writing WAT directly, not for any practical purpose but just for pleasure of it. I could see myself gradually building up some abstractions to help me deveolp larger programs, perhaps a slightly higher-level language.

  • Grain: WebAssembly-First Programming Language
    3 projects | news.ycombinator.com | 6 May 2021
    I was also disappointed that this isn't included in the browsers given that it was designed to be very simple to parse and compile. So I tried as an exercise to build such a compiler[0] and indeed it was much easier than I expected (with a few shortcuts of course, being a POC). It is just 5kb gzipped and it compiles to binary most of the WAT code out there and also quite fast, just a few ms. That said, I think writing WAT by hand is only helpful for very small critical hot code, anything more complex and IMO you need an abstraction of some sort.

    [0]: https://github.com/stagas/wel

What are some alternatives?

When comparing bytenode and wat-compiler you can also consider the following projects:

electron-bytenode-example - A basic Hello World boilerplate using Webpack to convert Electron Javascript code to binary using Bytenode and the Bytenode Webpack Plugin

asarmor - Protect asar archive files from extraction

pkg - Package your Node.js project into an executable [Moved to: https://github.com/vercel/pkg]

pkg - Package your Node.js project into an executable

thislang - A subset of javascript implemented in that subset of javascript. Yes, it can run itself.

deploy - Deployment tools for standalone Common Lisp applications

electron-vite - Next generation Electron build tooling based on Vite 新一代 Electron 开发构建工具,支持源代码保护

electron-vite-bytecode-example - electron-vite source code protection example

pkg-unpacker - Unpack any pkg application

deploy - Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style

sia - Sia - Binary serialisation and deserialisation

gc - Branch of the spec repo scoped to discussion of GC integration in WebAssembly