Skip to content

Instantly share code, notes, and snippets.

View maciej-makowski's full-sized avatar
👾

Maciej Makowski maciej-makowski

👾
View GitHub Profile
@maciej-makowski
maciej-makowski / lib.rs
Created November 16, 2019 09:38
JS13K game test
#![no_std]
#![feature(maybe_uninit_ref)]
extern crate alloc;
use core::f64::consts::PI;
//use no_panic::no_panic;
use wasm_bindgen::prelude::*;