Re: How debuging wasm at chrome?

2018-05-16 Thread vsico k
en : http://webassemblycode.com/using-browsers-debug-webassembly/ https://hackernoon.com/screamin-speed-with-webassembly-b30fac90cd92 https://www.reddit.com/r/rust/comments/7jvoj3/firefox_nightlys_javascript_debugger_now_supports/ cn : https://blog.zhouzhipeng.com/debug-webassembly.html

Re: How debuging wasm at chrome?

2018-05-16 Thread nakyomiii
Hello all, I found i could get chance where source code is started but it's not debugging like js. Thanks 2018년 4월 11일 수요일 오후 6시 53분 1초 UTC+9, naky...@gmail.com 님의 말: > > > Hello:) > > I'd like to debug my wasm at chrome. > First of all, i build with -g4 option and i got wasm.map. > > When i r

How debuging wasm at chrome?

2018-04-11 Thread nakyomiii
Hello:) I'd like to debug my wasm at chrome. First of all, i build with -g4 option and i got wasm.map. When i ran my index.html page at chrome, there is a wasm file such as wasm-0030f37a ,.. 0200~ 1500... But, i couldn't find the way how should i debug with this? I'd like to map this with my