> Would you like to see Kotlin/Wasm support at ...
# webassembly
b
❤️ 19
d
I can't imagine who is going to outright say no... who doesn't like more features? 🙂 ...but I would ask what the benefit would be? There can be no doubt Jetbrains' team have many many WASM features and possibilities that could be explored; so what makes this one important to spend resource on?
b
@darkmoon_uk Thanks! That’s a great question. • It’s an easy way to try a technology • It’s an easy way to check a piece of code • The code is run on the user side, so there is no time restriction. • It opens the door for creating great things like here https://play.data2viz.io/sketches/wYqPKL/view/, but with Kotlin/Wasm Are you convinced?
👌 1
blob ty sign 1
f
Hi, I am trying to play a sound from in my wasmJs target and have included them in the resources fold, but I can't seem to find them in chrome dev tools. How do you package a sound with wasmJs and play it back from the browers?
b
Probably one of ways is downloading files using fetch API and play using some Web API