Hash
Hash
The API is not available now, and there's no documentation either. Maybe we have to wait a little longer.
> needs verification though I confirm rapier.js with parallel feature with [wasm-bindgen-rayon](https://github.com/RReverser/wasm-bindgen-rayon) works on web. Both multi thread with Web Workers, and single thread fallback works. According to https://github.com/dimforge/rapier/blob/626512911bdc493a6c0c1ae2d18616419045bc25/src/pipeline/physics_hooks.rs#L138-L157 PhysicsHooks...
https://github.com/Master-Hash/rapier.js/ I remove the control, serialize and debug render modules, use Oz instead of O3, turn on simd(which increase size), then the size is 676kb (224kb with zstd19). You can...
See commits: - https://github.com/Master-Hash/rapier.js/commit/a4871cde6843b845b8211ddc43cde9f38a7bdb0c (remove controller, rs + ts part) - https://github.com/Master-Hash/rapier.js/commit/633ed01ebe6966c63504504d35befd2d272a9ff0 (remove serialize and debug, rust part) - https://github.com/Master-Hash/rapier.js/commit/032cfcbdd3136b19ad9c5eae9979ac3ee935cb7e (remove serialize and debug, typescript part) The basic idea is,...
plus kagi translate https://translate.kagi.com/
> I don't have access to windows machines. Would anyone be interested in testing this? I confirm it works, but documentation and config need polish. e.g. The package relies on...
> By adding in "win32 arm64 LE": "@cloudflare/workerd-windows-64" in Install.js as a knownPackage. I dont know what side-effects this brings. Before Officially support, doing this in upstream is beneficial.