What would be the best way in `wasmJs` to export a...
# webassembly
e
What would be the best way in
wasmJs
to export a function with
ByteArray
parameter? Is it even possible?
m
You can do that via
Copy code
import org.khronos.webgl.Int8Array
import org.khronos.webgl.toByteArray
import org.khronos.webgl.toInt8Array
from
Copy code
org.jetbrains.kotlinx:kotlinx-browser