playground icon indicating copy to clipboard operation
playground copied to clipboard

go1.11beta2 changes require wasm_exec.js update

Open steveoc64 opened this issue 7 years ago • 0 comments

go1.11beta2 is out now, and its got a new wasm_exec.js under the ./misc/wasm directory in the src tree.

They have changed around how _resolveCallbackPromise() works .. so you need to replace your cp of wasm_exec.js with the newer one (if you want to not crash under beta2 that is)

Tested with the latest release, and it works great. Excellent stuff, this is huge fun to follow !

steveoc64 avatar Jul 24 '18 09:07 steveoc64