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
bashor
06/27/2023, 6:44 PM
@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
Fergus Hewson
09/17/2024, 10:12 AM
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
bashor
09/18/2024, 9:04 PM
Probably one of ways is downloading files using fetch API and play using some Web API