Skip to content
forked from VYUN/chip8

A CHIP-8 interpreter written in Go and compiled to WebAssembly

License

Notifications You must be signed in to change notification settings

Fadingvision/chip8-1

 
 

Repository files navigation

WebAssembly

WebAssembly是⼀种新兴的⽹⻚虚拟机标准。与 JavaScript 需要解释执行不同的是,wasm字节码和底层机器码很相似可快速装载运行,因此性能相对于 JavaScript 解释执行有了很大的提升。

它的设计⽬标包括:

⾼可移植性 ⾼安全性 ⾼效率(包括载⼊效率和运⾏效率) 尽可能⼩的程序体积

官网 官网 官网

About

A CHIP-8 interpreter written in Go and compiled to WebAssembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 43.2%
  • JavaScript 40.7%
  • HTML 14.3%
  • Python 1.6%
  • Makefile 0.2%