javy icon indicating copy to clipboard operation
javy copied to clipboard

JS to WebAssembly toolchain

Results 16 javy issues
Sort by recently updated
recently updated
newest added

## What is the idea? Add a step to the build assets workflow to reopen a GitHub issue in this repository when the workflow fails. Something along the lines of:...

enhancement

## What is the idea? We should build the docs as part of CI to ensure the process succeeds. `rustc` has a [missing_docs](https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html#missing-docs) lint that we could set to `deny`....

enhancement

We should consider migrating Javy (and function runner) to `clap` instead of `structopt` since the latter is in ["maintenance mode".](https://github.com/TeXitoi/structopt#maintenance)

enhancement
good first issue

We want to expose the version set in the Javy Core crate's `Cargo.toml` as part of the `javy_quickjs_provider.wasm` file so third-party developers using the module can inspect the version of...

enhancement

## What is the idea? Introduce [fuzzing](https://en.wikipedia.org/wiki/Fuzzing) into Javy Check out https://rust-fuzz.github.io/book/cargo-fuzz.html to start ## What problem does it solve? It could help us be more confident in our changes...

enhancement

While experimenting with a solution that uses `javy`, I happened to include the [`camelcase`](https://www.npmjs.com/package/camelcase) package. When attempting to build, I get the error below. ``` thread '' panicked at 'called...