javy
Wasm executor
A toolchain for executing JavaScript code in WebAssembly
JS to WebAssembly toolchain
2k stars
248 watching
114 forks
Language: Rust
last commit: 7 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
webassembly/binaryen | A compiler and toolchain infrastructure library for compiling code to the WebAssembly format. | 7,566 |
i-net-software/jwebassembly | A tool that converts Java bytecode into WebAssembly for running in web browsers. | 1,003 |
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,893 |
webassembly/wabt | A collection of tools for manipulating and analyzing WebAssembly files | 6,943 |
humanwhocodes/computer-science-in-javascript | A collection of classic computer science paradigms and algorithms implemented in JavaScript | 9,072 |
bytecodealliance/wasmtime | A lightweight WebAssembly runtime that provides a fast, secure, and standards-compliant execution environment for web-based applications. | 15,559 |
trekhleb/javascript-algorithms | This repository provides JavaScript implementations of fundamental algorithms and data structures. | 188,874 |
ballercat/walt | A compiler that converts JavaScript-like syntax into WebAssembly binary format | 4,648 |
ronami/minipack | An implementation of a simplified module bundler written in JavaScript | 3,202 |
bytecodealliance/wasm-micro-runtime | A lightweight WebAssembly runtime with features like Ahead-of-Time compilation and Just-in-Time compilation for high performance applications across various platforms. | 5,029 |
spine/spine | An MVC framework that provides structure and simplicity for building JavaScript web applications | 3,665 |
koute/stdweb | Rust bindings to Web APIs for client-side scripting | 3,448 |
extism/extism | A framework that enables building extensible software using WebAssembly, supporting multiple languages and runtimes. | 4,562 |
web-animations/web-animations-js | A JavaScript implementation of the Web Animations API for browsers without native support. | 3,774 |
rafi16jan/micropython-wasm | Translates MicroPython code to JavaScript for execution on WebAssembly platforms | 46 |