Results 239 comments of AkiraFukushima

@ThatOneCalculator Please check

Which server did you use? Please provide a sample code to reproduce this.

Please read: https://github.com/h3poteto/megalodon-rs/issues/53

No. I've tried to build megalodon with wasm, but it was the same.

Hmm, in the first place, why do you want to use megalodon-rs with wasm? Why not JavaScript version megalodon? https://github.com/h3poteto/megalodon

If it's backend, why do you need to use wasm instead of compiling with rust?

Sorry, I don't really get it, why do you need wasm if you're targeting the backend?

But to do that, each library needs to be wasm-compatible, right? It would be fine if it were very easy, but isn't this just pushing the costs of implementing it...

Hmm, I understand the situation. However, since the situation where it is needed is limited, this issue is not a high priority for me. Also, according to my investigation, the...