Skip to content

iyakushev/rust.wasm.snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍SNAKEY

written purely in Rust with 0 lines of JavaScript*

WHY?

Well, for fun ofc. This project was an introduction to the WASM target platform. However, it was written with stdweb which is at the time of the current commit seems dead. Next WASM project will be surely written in the pure WASM_BINGEN which is the official way to go.

PLAY THE GAME


*ok, an embedded call to js via macro with 1 line of code.