79454608

Date: 2025-02-20 13:10:45
Score: 5
Natty:
Report link

The answer has not to do with wasm, but more the datatype. on the typescript side i had to change the way the buffer was made:

https://github.com/pcace/weighted-straight-skeleton/blob/d84eddc9a25091433cccf1728ab71c305552a9be/src/wrapper/index.ts#L92-L107

on the cpp side the it also needed to be adapted to the type:

https://github.com/pcace/weighted-straight-skeleton/blob/d84eddc9a25091433cccf1728ab71c305552a9be/src/core/main.cpp#L183-L192

cheers. its working now :)

Reasons:
  • Blacklisted phrase (1): cheers
  • Probably link only (1):
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: pcace