yarchi
wasmi

yarchi | wasmi | |
---|---|---|
1 | 6 | |
1 | 1,672 | |
- | 2.1% | |
0.0 | 9.6 | |
about 4 years ago | 4 days ago | |
Rust | Rust | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
yarchi
-
Java dev here looking for a side project
I recently finished the initial version of my CHIP-8 interpreter (shameless plug: https://github.com/matej-g/yarchi) and was mostly basing everything off of the linked blog post (my favorite resource by far).
wasmi
-
Wasm3 + TinyGo on PSP
There was also an option to use Rust and wasmi for the runtime, but although it worked on emulators like PPSSPP, errors occurred on the actual hardware (as shown in the screenshot below).
-
Wasmi v0.32: WebAssembly interpreter is now faster than
I'll need to dig a bit deeper in your implementation!
[1] https://github.com/wasmi-labs/wasmi/blob/master/crates/wasmi...
- Web assembly book?
-
How feasible is to create a WASM plugin system in Rust?
There are lots of solutions to this, I was randomly looking into this yesterday purely out of curiosity and it looks to me like wasmi is the current go-to option.
-
Help with wasmi
Hello guys, i was looking for a no std wasm interpreter and i found out about wasmi: https://github.com/paritytech/wasmi/, but when i tried it i get an error module env not found. I suspect that in my program i call an extern function putchar() to be able to print and wasmi doesnt support that, but other interpreters i tried support it, for example wain. Are there any alrernatives, or am i doing sth wrong here. I dont have a deep wasm knowledge, i was just wanted to experiment with wasm in a no std enviroment. Heres my code:
What are some alternatives?
C8SALT - A CHIP-8 interpreter written in TI-BASIC.
duckscript - Simple, extendable and embeddable scripting language.
chip-8 - Yet another Chip-8 interpreter, but this time with a beautiful interface 💻
extism - The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps.
CHIP8Emulator - Emulator for the CHIP-8 Instruction Set
TablaM - The practical relational programing language for data-oriented applications
chip8 - CHIP-8 emulator written in Rust
csml-engine - CSML is an easy-to-use chatbot programming language and framework.
nibble8 - One of thousands of Rust implementations of a CHIP-8 interpreter
wai - a wasm interpreter written by rust
chip8-book - An introduction to Chip-8 emulation using Rust
perling-vm - Perling VM(a.k.a Perling Runtime Environment) is a interpreter for the compiled Perling byte code
