Open ColtonIdle opened 3 months ago
I will take a look but as of now it's not supported. Shouldn't be too hard to enable
@thebehera It would be great if you added this. Thanks!
You need to implement wasm version of PlatformBuffer, I tried implement it here https://github.com/UndeRus/buffer
You need to implement wasm version of PlatformBuffer, I tried implement it here https://github.com/UndeRus/buffer
Are you sure a kotlin ByteArray
is the right backing type? I still have to investigate further but I believe this might trigger extra memory copies compared to using some other type. Some reference: https://github.com/WebAssembly/design/issues/1162
Sorry this has been taking some time for me as other parts of life have been eating up my time
Title