Seth W. Klein
Seth W. Klein
I wonder if it's something the Rust to JavaScript compilation is using. I'm also curious why the server side is using WASM at all. There's a ton I don't know...
So if I'm understanding correctly, it's likely that Meteor is messing up the `blake3` install so it doesn't fetch the appropriate bindings, resulting in use of a WASM version. I...
FWIW, I expect to be looking into how Meteor might be messing up the install on Monday.
With the new version, I'm still seeing the same error when running under Meteor. The really odd thing is that the log shows native bindings being retrieved: ``` --- sk@silver:~/test-blake3-meteor-2/simple-todos-2...
With all the best humor, I'll consider your apology appropriate and accept it only when I'm paying you :D I probably need to spend the afternoon pushing other things forward,...
Just FYI, we're having a contractor look into this. He's not sure he has the skills for it, but he's going to look into it and see if it's something...
We ended up moving the hashing into a microservice since this problem isn't seen under plain Node. And then I reimplemented that in Go since it's easier to do all...
I'm out of time now, but I want to throw some stuff in here to save time for the next person who looks at this. These instructions trade the precision...
A workaround is using a bundler (webpack, Browserify, Rollup, etc.)
FWIW, this is https://github.com/golang/go/issues/12259 .