rustyscript
rustyscript copied to clipboard
Effortless JS integration for rust
Bumps [deno_crypto](https://github.com/denoland/deno) from 0.165.0 to 0.166.0. Commits See full diff in compare view [](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...
Bumps [deno_web](https://github.com/denoland/deno) from 0.182.0 to 0.183.0. Commits See full diff in compare view [](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...
Bumps [deno_webidl](https://github.com/denoland/deno) from 0.151.0 to 0.152.0. Commits See full diff in compare view [](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...
Bumps [deno_url](https://github.com/denoland/deno) from 0.151.0 to 0.152.0. Commits See full diff in compare view [](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...
Bumps [deno_console](https://github.com/denoland/deno) from 0.151.0 to 0.152.0. Commits See full diff in compare view [](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...
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...
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...
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...
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...
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...