Xidorn Quan
Xidorn Quan
For Rust type like `Box` in parameter, wasm-bindgen generates `Uint32Array` as type in the TypeScript declaration. However, the glue code generated uses [`TypedArray.set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set) internally to pass the content into the...
Currently functions return `String` for string value from web-sys, this makes it impossible to remove allocation support from wasm when using web-sys. I think it is possible to avoid needing...
This PR intends to add WASM support for Vitest and SSR. It should fix #8882 as well as https://github.com/vitest-dev/vitest/issues/6723. ## Implementation The main changes are in the wasm plugin, that...