browser_wasi_shim VS webassembly-language-runtimes

Compare browser_wasi_shim vs webassembly-language-runtimes and see what are their differences.

webassembly-language-runtimes

Wasm Language Runtimes provides popular language runtimes (Ruby, Python, …) precompiled to WebAssembly that are tested for compatibility and kept up to date when new versions of upstream languages are released (by vmware-labs)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
browser_wasi_shim webassembly-language-runtimes
5 6
271 314
- 1.3%
8.6 7.1
25 days ago 5 days ago
TypeScript Shell
Apache License 2.0 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.

browser_wasi_shim

Posts with mentions or reviews of browser_wasi_shim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-18.
  • Rust + WASM + Typescript [+ React]
    7 projects | /r/rust | 18 Jul 2023
    There are many options, but what worked best for me is compiling with cargo-wasi and loading the resulting Wasm file with browser_wasi_shim. Using wasm32-wasi instead of wasm32-unknown-unknown requires a bit more work (the communication with JS has to be set up manually), but gives the flexibility of having just a Wasm file that can be dropped in and loaded dynamically. (There's wit-bindgen for generating wrapping code according to an interface definition but I didn't have much success with it.)
  • Is it possible to read a file through webassembly?
    2 projects | /r/rust | 25 May 2023
  • Extending web applications with WebAssembly and Python
    5 projects | news.ycombinator.com | 10 May 2023
    The webassembly-language-runtimes is focused on providing WASI-based language interpreters, what would require a WASI polyfill at the browser level (https://wasi.dev/polyfill/) and (https://github.com/bjorn3/browser_wasi_shim).

    Pyodide is certainly another option, but is emscripten based, not based in webassembly-language-runtimes or WASI.

  • The Tug-of-War over Server-Side WebAssembly
    12 projects | news.ycombinator.com | 24 Mar 2023
    Indeed, some people are doing this:

    - WASI once had an official polyfill https://wasi.dev/polyfill/, now apparently succeeded by https://github.com/bjorn3/browser_wasi_shim

    - wasmer-js provides a JS polyfill for WASI https://docs.wasmer.io/integrations/js/wasi

    - Cloudflare has a WIP polyfill https://github.com/cloudflare/workers-wasi

    I'm generally leery of non-temporary polyfills, so I'm not sure that any of these feel like a long-term viable option for me.

  • Browser to Haskell Wasm Reactor Module Communication Example
    4 projects | /r/haskell | 28 Feb 2023
    Browser client library uses browser_wasi_shim to communicate with the module.

webassembly-language-runtimes

Posts with mentions or reviews of webassembly-language-runtimes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-02.
  • Why Are Tech Reporters Sleeping on the Biggest App Store Story?
    6 projects | news.ycombinator.com | 2 Jan 2024
    > so I wonder if there's something holding back Python + WASM

    Yes. The problem is that may python libraries involve compilation of c, rust or other native languages that themselves need a WASM toolchain configured to cross compile to WASM correctly, and potentially patches to support the platform.

    This toolchain support is coming though. See pyodide.org for one example.

    But if you just want to grab python.wasm from somewhere and run it on the cli, take a look at something like https://github.com/vmware-labs/webassembly-language-runtimes...

  • Show HN: Metatype – an open-source, low-code API platform for developers
    6 projects | news.ycombinator.com | 17 May 2023
    WMWare labs [1] managed to compile Python/Ruby/PHP into WASM distribution. This works if you want to run the language interpreter but is limited when you want your WASM runtime (host) to run in parallel of your own program. This leads to the creation of the "reactor" concept by the community [2].

    In the python WASI reactor, we load the libpython compiled for WASM and add a Rust reactor layer. Currently, it supports dynamic registration of Python lambdas and we are working on adding support for whole functions/packages.

    [1] https://github.com/vmware-labs/webassembly-language-runtimes

  • Extending web applications with WebAssembly and Python
    5 projects | news.ycombinator.com | 10 May 2023
    The Python builds from the WebAssembly language runtimes [0] project target the WebAssembly System Interfaces (WASI) [1]. It allows the Python interpreter to interact with resources like the filesystem.

    Many server-side Wasm runtimes supports WASI out of the box. For the browser, you need to provide a polyfill to emulate these resources like the one provided by the WASI team [2].

    Regarding SQLite, these builds include libsqlite so you should be able to use it :)

    - [0] https://github.com/vmware-labs/webassembly-language-runtimes

    - [1] https://wasi.dev/

    - [2] https://wasi.dev/polyfill/

  • FaaS in Go with WASM, WASI and Rust
    5 projects | news.ycombinator.com | 7 May 2023
    Hello salaboy

    Of course getting and gems etc gets weird in wasm..

    Anyway, thanks to VMware labs for publishing interpreter wasm builds, people can play around. https://github.com/vmware-labs/webassembly-language-runtimes...

    Random, but enjoy.

  • WebAssembly: Docker Without Containers
    9 projects | news.ycombinator.com | 21 Dec 2022
    Hey! A WasmLabs team member here :). We're planning to port several runtimes as part of our WebAssembly Language Server initiative [1]. Porting things to Wasm+WASI is sometimes challenging. There are some deep-dives in our blog around this topic [2].

    [1] https://github.com/vmware-labs/webassembly-language-runtimes...

    [2] https://wasmlabs.dev/articles/php-wasm32-wasi-port/

What are some alternatives?

When comparing browser_wasi_shim and webassembly-language-runtimes you can also consider the following projects:

wasi-threads

go-pdfium-wasm

cargo-wasi - A lightweight Cargo subcommand to build Rust code for the `wasm32-wasi` target

python-wasi-reactor - Python WASI reactor runtime.

memory-control - A proposal to introduce finer grained control of WebAssembly memory.

whiz - Modern DAG/tasks runner for multi-platform monorepos with live reloading, env management, pipes, and more in a tabbed view.

wasmer-js - Monorepo for Javascript WebAssembly packages by Wasmer

runwasi - Facilitates running Wasm / WASI workloads managed by containerd

noah - Bash on Ubuntu on macOS

lade - Automatically load secrets from your preferred vault as environment variables or files, and clear them once your shell command is over.

hangover - Hangover runs simple Win32 applications on arm64 Linux

metatype - Declarative API development platform. Build backend components with WASM, Typescript and Python, no matter where and how your (legacy) systems are.