kud1ing

Results 39 comments of kud1ing

> This should already work well on the web (please [www.egui.rs](http://www.egui.rs/)). On Safari macOS Cmd+Plus seems to zoom into the canvas, not scaling the rendering within the canvas, though, which...

On iOS (iPhone) backspace works. If you want to remove multiple characters, keeping backspace pressed does not work though. One has to press it multiple times.

I remember, you've commented in https://github.com/kud1ing/rucaja/issues/12. I am open to it, but i don't see clearly yet how to do cross-platform FFI in Rust at runtime. Compile time fixes are...

My impression is that one can only have exactly one JVM in one process in total, and not sequentially: https://docs.rs/rucaja/0.4.2/rucaja/struct.Jvm.html#method.new If i understand correctly, sharing the same JVM from different...

And thanks by the way for using Rucaja. I am interested in making it more usable, so your feedback is very appreciated.

I have no deep JNI knowledge myself. @fpoli, @Treyzania, @tupshin, @Dushistov do you have any experience regarding multithreading and JNI? Is the above approach sufficient?

Note: * the 4th step will fail, if the example was obtained by checking out the repository, see https://github.com/rustwasm/wasm-bindgen/issues/1680 * it would be nice, if the `hello_world` directory included the...

I appreciate this, OTOH: * a typical C "Hello world" requires about 2 things: a text editor and a C compiler/linker. * a minimal WASM with Rust "hello world" would...

The minimal hello world example is now at https://github.com/kud1ing/Rust-WebAssembly-Hello-World/

I've just noticed that there are some more minimal examples: * https://github.com/rustwasm/wasm-bindgen/tree/master/examples/without-a-bundler * https://github.com/rustwasm/wasm-bindgen/tree/master/examples/without-a-bundler-no-modules