webm-wasm
WebM generator
Enables webm video creation from JavaScript via WebAssembly
webm-wasm lets you create webm videos in JavaScript via WebAssembly.
395 stars
18 watching
53 forks
Language: C++
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
roman01la/clj-wasm | Provides a text format for representing Clojure code in WebAssembly | 159 |
nodeca/multimath | Simplifies creation of small CPU-intensive webassembly modules with fallback to JavaScript implementations | 71 |
webassembly/wasm-c-api | An API that allows embedding a WebAssembly interpreter in C/C++ applications | 551 |
bytecodealliance/wasmtime-cpp | Provides C++ API bindings to the WebAssembly runtime engine | 87 |
3dgen/cppwasm-book | A comprehensive guide to programming with C/C++ and WebAssembly | 1,365 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
smokku/gwg-bindgen | An experiment demonstrating connection between WebAssembly and JavaScript using wasm-bindgen | 2 |
zigwasm/wasmer-zig | Provides bindings for embedding a WebAssembly runtime into Zig programs. | 53 |
shamadee/wasm-init | Tools and template generator for setting up and compiling WebAssembly projects | 171 |
rafi16jan/micropython-wasm | Translates MicroPython code to JavaScript for execution on WebAssembly platforms | 46 |
vshymanskyy/wasm2mpy | A tool for compiling WebAssembly code into native MicroPython modules for embedded systems. | 122 |
kanaka/wac | A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript. | 472 |
luishsu/wasmvm | A standalone WebAssembly virtual machine | 4 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,614 |