rustyscript icon indicating copy to clipboard operation
rustyscript copied to clipboard

Effortless JS integration for rust

Results 45 rustyscript issues
Sort by recently updated
recently updated
newest added

Bumps [deno_crypto](https://github.com/denoland/deno) from 0.165.0 to 0.166.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=deno_crypto&package-manager=cargo&previous-version=0.165.0&new-version=0.166.0)](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 [deno_web](https://github.com/denoland/deno) from 0.182.0 to 0.183.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=deno_web&package-manager=cargo&previous-version=0.182.0&new-version=0.183.0)](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 [deno_webidl](https://github.com/denoland/deno) from 0.151.0 to 0.152.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=deno_webidl&package-manager=cargo&previous-version=0.151.0&new-version=0.152.0)](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 [deno_url](https://github.com/denoland/deno) from 0.151.0 to 0.152.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=deno_url&package-manager=cargo&previous-version=0.151.0&new-version=0.152.0)](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 [deno_console](https://github.com/denoland/deno) from 0.151.0 to 0.152.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=deno_console&package-manager=cargo&previous-version=0.151.0&new-version=0.152.0)](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 [libc](https://github.com/rust-lang/libc) from 0.2.155 to 0.2.156. Release notes Sourced from libc's releases. libc-v0.2.156 Added F_ALLOCATEPERSIST for apple IP_RECVTTL/IPV6_RECVHOPLIMIT for FreeBSD/DragonFly Fixed Remove macOS 11 usage on CI Allow dead_code lint...

dependencies

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.208. Release notes Sourced from serde's releases. v1.0.208 Support serializing and deserializing unit structs in a flatten field (#2802, thanks @​jonhoo) v1.0.207 Improve interactions between...

dependencies

Bumps [deno_ast](https://github.com/denoland/deno_ast) from 0.41.2 to 0.41.3. Release notes Sourced from deno_ast's releases. 0.41.3 fix: do not show blank line diagnostic (#268) fix: upgrade swc_ecma_parser 0.149 (#267) Commits 69c7b56 0.41.3 aa9eae4...

dependencies

Bumps [deno_ast](https://github.com/denoland/deno_ast) from 0.41.2 to 0.42.2. Release notes Sourced from deno_ast's releases. 0.42.2 fix: ImportDeclsToVarDeclsFolder uses with keyword (#279) 0.42.1 fix: preserve camelCased SVG attributes (#278) refine parse mode by...

dependencies

Thanks for making this crate, it seems very useful 🙂 It it possible to do marshalling of Rust functions/types like with `#[wasm-bindgen]` attributes? Or anything that's not as verbose as...