Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 246 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 246 Bytes

Testing Strider

As a very temporary solution, run the following:

rustup override set nightly
rustup target add wasm32-wasi
cd module
cargo build
cd ..
cargo run loader

Tasks

  • Represent KeyModifiers with booleans instead of bits