Skip to content

Added wasm-validator.cpp to build-js.sh#1091

Merged
kripken merged 1 commit into
WebAssembly:masterfrom
dcodeIO:js-include-validator
Jul 14, 2017
Merged

Added wasm-validator.cpp to build-js.sh#1091
kripken merged 1 commit into
WebAssembly:masterfrom
dcodeIO:js-include-validator

Conversation

@dcodeIO

@dcodeIO dcodeIO commented Jul 13, 2017

Copy link
Copy Markdown
Contributor

Without, calling Module#validate using binaryen.js errors with

missing function: _ZN4wasm13WasmValidator11visitExportEPNS_6ExportE

As this also affects wasm.js in that building it emits warnings, I added it to the shared bitcode phase.

Without, calling Module#validate using binaryen.js errors with 'missing function: _ZN4wasm13WasmValidator11visitExportEPNS_6ExportE'.
@kripken kripken merged commit 2be8a24 into WebAssembly:master Jul 14, 2017
@kripken

kripken commented Jul 14, 2017

Copy link
Copy Markdown
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants