Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Output inf/-inf rather than infinity/-infinity | Sam Clegg | 2017-06-09 | 1 | -1/+1 |
| | | | | | wast2wasm wes recently updated to only support the former: https://github.com/WebAssembly/wabt/pull/482 | ||||
* | Wasm h to cpp (#926) | jgravelle-google | 2017-03-10 | 1 | -0/+649 |
* Move WasmType function implementations to wasm.cpp * Move Literal methods to wasm.cpp * Reorder wasm.cpp shared constants back to top * Move expression functions to wasm.cpp * Finish moving things to wasm.cpp * Split out Literal into its own .h/.cpp. Also factor out common wasm-type module * Remove unneeded/transitive includes from wasm.h * Add comment to try/check methods * Rename tryX/checkX methods to getXOrNull * Add missing include that should fix appveyor build breakage * More appveyor |