ocamlrun-wasm
OCaml interpreter
An interpreter for OCaml bytecode in WebAssembly, allowing for efficient execution of OCaml code in web browsers.
OCamlrun WebAssembly - OCaml Bytecode Interpreter in WASM
255 stars
15 watching
15 forks
Language: Shell
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
remixlabs/wasicaml | Translates OCaml bytecode to WebAssembly for running OCaml code in cross-platform environments | 130 |
kanaka/wac | A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript. | 472 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,614 |
mohanson/pywasm | An interpreter for WebAssembly modules written in pure Python. | 450 |
sanderspies/ocaml | A WebAssembly backend for the OCaml programming language | 80 |
ocaml/tuareg | An Emacs mode for editing and working with the OCaml programming language | 364 |
mjambon/dum | Tools for inspecting and debugging OCaml values | 29 |
kiranandcode/gopcaml-mode | A major mode for Emacs that provides an integrated development environment (IDE) for OCaml programming | 21 |
wasmx/fizzy | An interpreter for WebAssembly binaries written in C++ | 217 |
ocaml/merlin | Provides context-sensitive completion for the OCaml programming language in text editors. | 1,586 |
webassembly/wasm-c-api | An API that allows embedding a WebAssembly interpreter in C/C++ applications | 551 |
kanaka/warpy | An interpreter and runtime environment for WebAssembly in RPython | 66 |
hackwaly/vscode-ocaml | An extension for VS Code providing support for the OCaml programming language | 170 |
poemm/pywebassembly | A Python implementation of the WebAssembly interpreter. | 13 |
c-cube/ocaml-containers | A modular standard library extension and string library for OCaml | 492 |