wasm-adventure
Game dev experiment
Exploring the feasibility and usability of WebAssembly's text format for game development using Racket as a domain-specific language
My adventure into the marvelous world of Web Assembly
63 stars
4 watching
3 forks
Language: Racket
last commit: over 6 years ago
Linked from 1 awesome list
gamelisp-game-jamracketwasmweb-assembly
Related projects:
Repository | Description | Stars |
---|---|---|
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
ruby/ruby.wasm | A collection of WebAssembly ports of the CRuby interpreter | 690 |
smokku/gwg-bindgen | An experiment demonstrating connection between WebAssembly and JavaScript using wasm-bindgen | 2 |
aduros/wasm4 | A toolset for building small, low-level games using WebAssembly and various programming languages. | 1,179 |
area9innovation/wase | Makes WebAssembly easy to write and compile by providing a friendly language with conventional syntax and type inference | 45 |
shamadee/wasm-init | Tools and template generator for setting up and compiling WebAssembly projects | 171 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,620 |
extraymond/rust-async-wasm-demo | A Rust-based web application demonstrating async/await and WebAssembly interop with JavaScript. | 49 |
jacobdeichert/wasm-astar | A WebAssembly-based A* pathfinding implementation for a maze demo | 427 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
dev-family/wasm-2048 | An implementation of the popular 2048 game in Rust using Yew and compiled to WASM. | 152 |
rhysd/vim-wasm | Provides syntax highlighting and support for WebAssembly text format in Vim. | 83 |
ashleygwilliams/wasm-pack | A tool for building and working with Rust-generated WebAssembly packages | 1 |
spy/haskell-wasm | A Haskell toolkit for generating and interpreting WebAssembly code from Haskell source | 151 |
hidamariproject/hidamari | An operating system designed to run WebAssembly code | 64 |