miunau

Results 17 comments of miunau

OK I'm moving house right now but will take a look soon.

@ForbesLindesay I gave it a shot but I'm not sure how the interface composing should turn out based on your example. I've ended up with tests not recognising `offset` or...

Yes, I realize it would require an entirely different build script, that's what I've done locally. The workers environment simply does not allow instantiating from an arbitrary byte source- they...

Ah, there's another problem that I just remembered that is related to CF: There is (ironically) no `Worker` global so I've had to remove the worker exports from each local...

> Is this environment using NodeJS or something else? Do you have a link to a doc on how they expect WASM to compile? This seems very unusual to me....

Nope, this might work! ```sh $ which arm-none-eabi-gcc /usr/local/bin/arm-none-eabi-gcc ```

Looks like this broke the tests cuz of the new property, I'll fix and add a test

OK works now. @Gregoor mind merging this in? one less patchfile in my repo :)

Thanks for bringing this up. Did you find that tests did not pass with the 32-byte key?

Thanks, I will clear up the docs. I forgot where in the spec the 64 byte key is defined as required but will dig that up.