WebAssembly Math.clz32 missing from stdlib
Reported by
acmesqua...@gmail.com,
Apr 10 2016
|
|||||
Issue descriptionUserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0 Steps to reproduce the problem: 1. Run example code calling Math.clz32 inside asm.js module. What is the expected behavior? Run without error What went wrong? Error: Uncaught WASM.instantiateModuleFromAsm(): Asm.js validation failed: asm: line 6: unknown stdlib function Did this work before? No Chrome version: 51.0.2700.0 Channel: dev OS Version: Flash Version:
,
Apr 12 2016
,
Apr 21 2016
,
May 3 2016
,
Jan 28 2017
Bug can be closed. This API no longer exists.
,
Jan 28 2017
This got implemented here: https://codereview.chromium.org/2200213002 Closing. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 Deleted