ceikit

Results 9 comments of ceikit

> See https://github.com/GoogleChromeLabs/wasm-bindgen-rayon/issues/18#issuecomment-960949808 for deeper explanation: @RReverser for me this is not working :( Js fails on `await multiThread.initThreadPool(navigator.hardwareConcurrency);` with ``` Uncaught (in promise) DOMException: Failed to execute 'postMessage' on...

@RReverser I run ``` RUSTFLAGS='-C target-feature=+atomics,+bulk-memory,+mutable-globals' && rustup run nightly-2022-03-14 wasm-pack build --target web --out-dir pkg ``` and build the `pkg` successfully but after installing it I get the same...

@RReverser For context, I've implemented a genetic algorithm in Rust and would like to run it in wasm on the browser. This works well without multithread, however as the computation...

It's called in `App.tsx` like this : ``` [...] import * as Comlink from 'comlink'; function App(this: any) { const [sss, setCard] = useState(); const [wasm_init, setWasmInit] = useState(); const...

@forgetso do you know in current version of Ink if we still need to implement SpreadAllocate for enum?

@cmichi thank you! my problem is that `https://paritytech.github.io/contracts-ui/` shows Connection Error and cannot connect to Local Node, preventing contract deployment. (I would assume then that I should not see any...

@cmichi it looks like it's an issue with the websocket: ``` 2022-04-22 14:50:15 Blocked connection to WebSockets server from untrusted origin: Some("https://paritytech.github.io") ``` do you know how to allow the...

@statictype you are right, I guess the executable that we download from here https://github.com/paritytech/substrate-contracts-node/releases starts the node in Local Testnet version 0.12.0-98a6757