go-wasm
Wasm parser
A tool that reads and parses WebAssembly binary files
WebAssembly binary file parser written in go
132 stars
4 watching
11 forks
Language: Go
last commit: about 3 years ago
Linked from 1 awesome list
binarygogolangparserwasm
Related projects:
Repository | Description | Stars |
---|---|---|
mfrachet/go-wasm-cli | A tool to create and run Go applications on the WebAssembly platform with hot reload support. | 40 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 66 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,614 |
extism/go-sdk | Provides an interface to run WebAssembly modules in Go applications | 83 |
agnivade/wasmbrowsertest | Automates compilation and execution of Go WASM tests in a browser | 191 |
mfrachet/go-vdom-wasm | A Go library for building frontend applications using WebAssembly and Virtual DOM | 82 |
gate-computer/wag | Compiles WebAssembly binaries into machine code for execution on various CPU architectures. | 192 |
kanaka/wac | A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript. | 472 |
spy/haskell-wasm | A Haskell toolkit for generating and interpreting WebAssembly code from Haskell source | 151 |
zigwasm/wasmer-zig | Provides bindings for embedding a WebAssembly runtime into Zig programs. | 53 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
wzshiming/gotype | A tool for parsing and manipulating Golang source code at compile-time | 61 |
goccy/go-yaml | A YAML parser and encoder for the Go programming language. | 1,179 |
kanaka/warpy | An interpreter and runtime environment for WebAssembly in RPython | 66 |