Manuel Adameit

Results 4 issues of Manuel Adameit

**Problem** Given the following binding: ``` #[wasm_bindgen(module = "assets/bundle.js")] unsafe extern "C" { pub fn test1(); } ``` And the file `assets/bundle.js` ``` function test1() { console.log("test"); } export {...

enhancement
P1

After https://github.com/lapce/floem/pull/679 is merged it should be possible to build and run on iOS using [cargo-mobile2](https://github.com/tauri-apps/cargo-mobile2). This works for a simple rect, but crashes when using text. I found the...

I would like to use a ui toolkit which uses this crate on iOS (floem, cosmic-text). Since the System directory with the fonts cannot be accessed on iOS i think...

### Description When using the default template name resolution for ipv6 only addresses works, but fails when using the docker template. ``` limactl start --vm-type=vz --network=vzNAT --set '.hostResolver.ipv6=true' limactl shell...