cgiosy

Results 2 comments of cgiosy

Hello. I slightly [modified the code](https://github.com/cgiosy/goober/blob/explore-xxh32-algo-and-benchmark/benchmarks/perf-hash.cjs) to make xxh32 suitable for benchmarking, and obtained the following results: ``` # Node (v22.6.0) Starting HASH! ▸ twind HASH x 3,099,745 ops/sec ±0.40%...

For those who found this via Google, here's the solution I found: ```rs use wasm_bindgen::prelude::wasm_bindgen; #[wasm_bindgen] extern "C" {} ``` This error occurs [if `self.clone_ref` is not set](https://github.com/wasm-bindgen/wasm-bindgen/blob/4e5fa176971c834e83f387064c3acfebf4d35930/crates/cli-support/src/transforms/externref/mod.rs#L362). `self.clone_ref` is...