All Projects → sdiehl → Wasm

sdiehl / Wasm

Licence: mit
Haskell compiler infastructure for WebAssembly

Programming Languages

haskell
3896 projects
assembler
53 projects

Projects that are alternatives of or similar to Wasm

V8.js.cn
V8 官方网站中文翻译
Stars: ✭ 308 (-15.38%)
Mutual labels:  webassembly
Wasm3
🚀 The fastest WebAssembly interpreter, and the most universal runtime
Stars: ✭ 4,375 (+1101.92%)
Mutual labels:  webassembly
Javascriptkit
Swift framework to interact with JavaScript through WebAssembly.
Stars: ✭ 348 (-4.4%)
Mutual labels:  webassembly
Parity Wasm
WebAssembly serialization/deserialization in rust
Stars: ✭ 314 (-13.74%)
Mutual labels:  webassembly
Webml
A Standard ML Compiler for the Web
Stars: ✭ 326 (-10.44%)
Mutual labels:  webassembly
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+924.18%)
Mutual labels:  webassembly
Jessibuca
Jessibuca是一款开源的纯H5直播流播放器
Stars: ✭ 301 (-17.31%)
Mutual labels:  webassembly
Gc
Branch of the spec repo scoped to discussion of GC integration in WebAssembly
Stars: ✭ 350 (-3.85%)
Mutual labels:  webassembly
Wabt
The WebAssembly Binary Toolkit
Stars: ✭ 4,026 (+1006.04%)
Mutual labels:  webassembly
Blog Core
Modular blog using Blazor with clean domain-driven design patterns
Stars: ✭ 345 (-5.22%)
Mutual labels:  webassembly
Awesome Wasi
😎 Curated list of awesome things regarding WebAssembly WASI ecosystem.
Stars: ✭ 319 (-12.36%)
Mutual labels:  webassembly
Canvas
HTML5 Canvas API implementation for Microsoft Blazor
Stars: ✭ 319 (-12.36%)
Mutual labels:  webassembly
Simd
Branch of the spec repo scoped to discussion of SIMD in WebAssembly
Stars: ✭ 330 (-9.34%)
Mutual labels:  webassembly
Jsc.js
JavaScriptCore on WebAssembly
Stars: ✭ 311 (-14.56%)
Mutual labels:  webassembly
React Wasm
Declarative WebAssembly instantiation for React
Stars: ✭ 349 (-4.12%)
Mutual labels:  webassembly
Viry3d
Cross platform 2D and 3D game engine in C++.
Stars: ✭ 307 (-15.66%)
Mutual labels:  webassembly
Cicadaplayer
CicadaPlayer is the player core of AliPlayer, which support multiple platform Android, iOS, macOS, Windows, Linux, and WebAssembly for now. The goal is providing a player core which support multi platform, hardware accelerator, customizable and extensible features. Which support WideVine drm and LHLS.
Stars: ✭ 334 (-8.24%)
Mutual labels:  webassembly
Awesome Yew
😎 A curated list of awesome things related to Yew / WebAssembly.
Stars: ✭ 353 (-3.02%)
Mutual labels:  webassembly
Wasmer Js
Monorepo for Javascript WebAssembly packages by Wasmer
Stars: ✭ 352 (-3.3%)
Mutual labels:  webassembly
Unrust
unrust - A pure rust based (webgl 2.0 / native) game engine
Stars: ✭ 341 (-6.32%)
Mutual labels:  webassembly

Haskell WebAssembly

Build Status

A WebAssembly AST, parser, and assembler in Haskell for use in functional compiler backends targeting WebAssembly.

Warning, still a big work in progress.

Codebase

Core modules

Usage

import Language.Wasm.Syntax
import Language.Wasm.Binary
import Language.Wasm.Parser
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].