stdweb icon indicating copy to clipboard operation
stdweb copied to clipboard

A standard library for the client-side Web

Results 107 stdweb issues
Sort by recently updated
recently updated
newest added

Hi, I was trying to update my old web sequencer project a little and discovered a problem ... the `js!()` macro that'd trigger some events suddenly stopped working and I...

Latest versions of rust will panic when trying to leave an uninitialized SerializedValue from mem::uninitialized which was breaking the js! macro

I was experimenting with using GilRs on WASM with Trunk using the following code: ```rust use std::{cell::RefCell, rc::Rc}; use gilrs::Event; use log::info; use wasm_bindgen::{prelude::*, JsCast}; fn window() -> web_sys::Window {...

This silences a very noisy deprecation warning from rustc: warning: trailing semicolon in macro used in expression position --> src/webcore/macros.rs:179:141 | 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* );...

What's the status of this project? There haven't been any commits to in around 7 months, and it doesn't look like issues or PRs have been handled either. I'd like...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Starting in Rust 1.49, the js serialization crashes at runtime when compiled in release mode. Steps to reproduce: ``` git clone https://github.com/koute/stdweb cd stdweb cd standalone_tests cargo-web build --release --target=wasm32-unknown-unknown...