Gheorghe Anghelescu
Gheorghe Anghelescu
[Cargo configuration](https://doc.rust-lang.org/cargo/reference/config.html) should be used for default build target instead of `Web.toml`. Example: ```toml # .cargo/config [build] target = "wasm32-unknown-emscripten" ```
**I'm submitting a bug report** * **Browser:** Chrome 62 | Firefox 57 **Current behavior:** In the API docs on http://aurelia.io complex signatures are not displayed. **Expected/desired behavior:** * **What is...
**I'm submitting a bug report** * **Library Version:** 1.3.0 **Please tell us about your environment:** * **Browser:** Tested in latest Chrome, Firefox * **Language:** all **Current behavior:** Consider this configuration:...
Fix #525. Fix #116.
**I'm submitting a feature request** * **Language:** all **Current behavior:** Browser global objects can be used. **Expected/desired behavior:** * **What is the expected behavior?** Using browser global objects should result...
Given the following code: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=6526368602dd7742a2bd1d988fe03f66 ```rust let a: u32 = 3; if a < a { panic!(); } if 3 > 3 { panic!(); } if false { panic!(); }...