cpp-wasm-loader
Wasm loader
A C/C++ to WebAssembly loader for Webpack
C/C++ to WASM Webpack Loader
131 stars
7 watching
20 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ianjsikes/rust-wasm-loader | A Webpack loader for building Rust projects targeting WebAssembly | 82 |
bytecodealliance/wasmtime-cpp | Provides C++ API bindings to the WebAssembly runtime engine | 87 |
webassembly/wasm-c-api | An API that allows embedding a WebAssembly interpreter in C/C++ applications | 551 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
zigwasm/wasm-zig | C API bindings for WebAssembly runtime | 27 |
ashleygwilliams/wasm-pack | A tool for building and working with Rust-generated WebAssembly packages | 1 |
shamadee/wasm-init | Tools and template generator for setting up and compiling WebAssembly projects | 171 |
roman01la/clj-wasm | Provides a text format for representing Clojure code in WebAssembly | 159 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
zigwasm/wasmer-zig | Provides bindings for embedding a WebAssembly runtime into Zig programs. | 53 |
3dgen/cppwasm-book | A comprehensive guide to programming with C/C++ and WebAssembly | 1,365 |
aruntk/wc-loader | A Webpack loader that enables the use of web components with ES6, JSX, CoffeeScript and other languages. | 99 |
nodeca/multimath | Simplifies creation of small CPU-intensive webassembly modules with fallback to JavaScript implementations | 71 |
kanaka/wac | A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript. | 472 |