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

How can I get a function from one quickjs wasm rs vm/runtime and execute that function in another instance of quickjs wasm rs vm/runtime. Suppose I have a function like...

question

Operating system: windows + wsl2-ubuntu, windows Processor architecture: x86_64 Rust version: rustup 1.27.0 Javy version: javy 1.4.0 ## Problem After compiling `console.log("test")` into `.wasm` file and executing it with wasmtime...

enhancement

Operating system: MacOS 14.4.1 (Sanoma) Processor architecture: Apple M3 Rust version: 1.77.1 Javy version: f270956bc9f7164efd4ea873d9f727356a4c1499 ## Problem Errors in async functions do not result in error messages or traps. ##...

bug

Hello. I'm trying to compile a multi-file structured NodeJS project with several (npm) imports such as ExpressJS and Mongoose. ``` z@zs-MacBook-Pro wallet % javy compile server.js thread '' panicked at...

question

## What is your question? This is probably a noob question, but here it goes: Would it be possible to pass command line options to a wasm module? How about...

question

Operating system: macOS Processor architecture: M1 (arm64) Rust version: not applicable Javy version: latest ## Problem WASI/WASM ceremony is all over the place depending on what compiler produced the module....

enhancement

Given [cargo-wasi is no longer maintained](https://github.com/bytecodealliance/cargo-wasi/issues/143) we should stop using `cargo-wasi` [in Javy's CI pipeline](https://github.com/bytecodealliance/javy/blob/f3d6b6fe4d8aeb8efd723f00705f9fdc22ec1751/.github/workflows/ci.yml#L35).

enhancement

Operating system: Windows Processor architecture: N/A Rust version: N/A Javy version: v1.1.2 ## Problem At the moment, the _build assets_ workflow creates a Windows executable but drops the required exe...

bug

Using https://github.com/microsoft/winget-create ## What problem does it solve? installing on windows

enhancement

In [this run of the CI workflow](https://github.com/bytecodealliance/javy/actions/runs/5292925487/jobs/9580404453), I observed the following error message: ``` thread 'test_same_module_outputs_different_random_result' panicked at 'fuel_consumed (130653) was not within 10.00% of the target_fuel value (100543)', crates/cli/tests/integration_test.rs:163:5...