Kamil Tomšík

Results 74 comments of Kamil Tomšík

Same here, I did `cargo build --all-targets` and then ``` holyjit$ RUSTC_WRAPPER=$(pwd)/rustc.sh cargo run --example brainfuck --verbose Fresh unicode-xid v0.0.4 Fresh byteorder v1.2.7 Fresh lazy_static v0.2.11 Fresh stable_deref_trait v1.1.1 Fresh...

hey, it didn't help (same result) ``` uname -a Darwin users-MacBook-Air.local 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 21 20:07:40 PDT 2018; root:xnu-3248.73.11~1/RELEASE_X86_64 x86_64 uname -o uname: illegal option --...

hey, thanks for the feedback and good luck with the project - I think it's actually very cool idea. Feel free to reach me on [discord](https://discord.gg/zQwyzFb) if you're stuck with...

@egasimus thanks for your response, I'm glad it's not just me :-) @egasimus @knoopx I still need to finish few things before release but I want to write some tutorials...

@egasimus I need to polish public API (window creation & context isolation) a bit first but then it would be really helpful. Some ideas: - hello world, todomvc, contacts-app, etc....

@egasimus np, we can stay here or you can mail me audio-project sounds very interesting but - there's no Audio api, you'd need to find some nodejs module (I've seen...

> I think there being no audio API ... Agreed. > On the flip side, I think first-class support for hot module reloading ... Yes, something very simple is already...

64M storage should be fine but RAM might be tight depending on how big the screen is (framebuffer can take a lot) and how much mem pressure your js script...