SDur / wasm-js-demo-examples

Small example of performance improvement of js with wasm
0 stars 0 forks source link

how proguard ? kotlin native bytecode WebAssembly #1

Open CMingTseng opened 2 years ago

CMingTseng commented 2 years ago

Dear Sir

thx your post

https://blog.jdriven.com/2021/04/running-kotlin-in-the-browser-with-wasm/

i also ref https://www.youtube.com/watch?v=-pqz9sKXatw

but at

https://youtu.be/-pqz9sKXatw?t=521

get bytecode

https://youtu.be/-pqz9sKXatw?t=790

proguard ?

THX

SDur commented 2 years ago

Hi @CMingTseng,

thx for reaching out. i don't really get your question, could you clarify? This repo contains just a small demo for a talk i recently gave.

CMingTseng commented 2 years ago

Hi @CMingTseng,

thx for reaching out. i don't really get your question, could you clarify? This repo contains just a small demo for a talk i recently gave.

Dea Sir

as video : https://youtu.be/-pqz9sKXatw?t=521

we can write code by kotlin

fun fillFromString(...

but at video : https://youtu.be/-pqz9sKXatw?t=790

we also know the code (decompile ? reverse engineer,? disassemble? ) with four parameters and loop

how proguard the kotlin to JS+WebAssembly code ?

THX