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 :)