summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* more escapingAlon Zakai2015-12-211-0/+10
|
* reformat blacklist for experimental wastsAlon Zakai2015-12-211-1/+6
|
* Merge pull request #22 from WebAssembly/fix-license-headersAlon Zakai2015-12-2132-31/+492
|\ | | | | Fix the license headers
| * Fix the license headersJF Bastien2015-12-2132-31/+492
| | | | | | | | This applies Apache 2.0 properly (as far as our lawyers have told me). We can do this early since all of the code was written by Alon Zakai.
* | start to verify that experimental wasts parse okAlon Zakai2015-12-211-0/+16
| |
* | Revert "add more debugging to wasm-s-parser"Alon Zakai2015-12-211-3/+1
| | | | | | | | This reverts commit 37ea049f1135bda96e00ed58b25fe9fa462016a6.
* | add more debugging to wasm-s-parserAlon Zakai2015-12-211-1/+3
| |
* | handle return with no value in s-parserAlon Zakai2015-12-211-1/+3
| |
* | update experimental testsAlon Zakai2015-12-211-0/+0
| |
* | parse imports early, as they may be at the endAlon Zakai2015-12-211-1/+7
|/
* rename post.js as we will have other js componentsAlon Zakai2015-12-212-1/+1
|
* Merge pull request #5 from WebAssembly/jfbastien-patch-1Alon Zakai2015-12-213-4/+209
|\ | | | | License and contributing
| * Create Contributing.mdJF Bastien2015-11-161-0/+8
| |
| * Update README.md licenseJF Bastien2015-11-161-4/+0
| |
| * Add license file, for consistency with other reposJF Bastien2015-11-161-0/+201
| |
* | Merge pull request #21 from WebAssembly/gitignore-ninjaAlon Zakai2015-12-211-0/+3
|\ \ | | | | | | .gitignore ninja files
| * | .gitignore ninja filesJF Bastien2015-12-211-0/+3
|/ / | | | | | | They get generated when using cmake -G Ninja.
* | look through >>>0 coercions in asm2wasmAlon Zakai2015-12-215-2378/+690
| |
* | update experimental submoduleAlon Zakai2015-12-211-0/+0
| |
* | ignore .section inside objects in s2wasm, and update .s testsAlon Zakai2015-12-209-363/+255
| |
* | parse 'weak' in s2wasmAlon Zakai2015-12-201-0/+1
| |
* | improve jokeAlon Zakai2015-12-191-1/+1
| |
* | more gitignoreAlon Zakai2015-12-191-0/+2
| |
* | optimized builds in cmakeAlon Zakai2015-12-191-0/+1
| |
* | add float args from build.sh to cmakeAlon Zakai2015-12-191-0/+1
| |
* | cmake notes in readmeAlon Zakai2015-12-191-0/+1
| |
* | improve gitignoreAlon Zakai2015-12-191-0/+3
| |
* | specify c++11 in cmakeAlon Zakai2015-12-191-0/+2
| |
* | lower required cmake version so ubuntu 14.04 lts is ok, which should be a ↵Alon Zakai2015-12-191-1/+1
| | | | | | | | bunch of users
* | Merge pull request #15 from waywardmonkeys/cmakeAlon Zakai2015-12-191-0/+59
|\ \ | | | | | | Initial start on CMakeLists.txt.
| * | Initial start on CMakeLists.txt.Bruce Mitchener2015-12-191-0/+59
| | | | | | | | | | | | | | | | | | | | | This is not yet complete as it doesn't perform the emscripten build stage, nor does it attempt to run tests. This is work in progress on issue #2.
* | | remove old debug code from s2wasm ; closes #14Alon Zakai2015-12-191-2/+1
|/ /
* | be more careful about parsing s-expression commentsAlon Zakai2015-12-181-1/+1
| |
* | remove Label, which was removed from the specAlon Zakai2015-12-186-72/+19
| |
* | update upstream testsAlon Zakai2015-12-182-0/+0
| |
* | update testsAlon Zakai2015-12-1816-3719/+51126
| |
* | fix block label parsingAlon Zakai2015-12-181-0/+4
| |
* | readme notes on git submodulesAlon Zakai2015-12-181-1/+2
| |
* | Merge pull request #11 from TheKK/makeThemWorksAlon Zakai2015-12-182-3/+6
|\ \ | | | | | | Update submodules while running build.sh, and make it runs well
| * | Update git submodules while running build.shYing Ruei Liang (KK)2015-12-181-1/+4
| | |
| * | Use https for url to prevent permission problemYing Ruei Liang (KK)2015-12-181-2/+2
| | |
* | | readme updateAlon Zakai2015-12-181-1/+5
| | |
* | | Merge pull request #12 from loganchien/fix-readmeAlon Zakai2015-12-181-1/+1
|\ \ \ | | | | | | | | fix typo in readme
| * | | fix typo in readmeLogan Chien2015-12-181-1/+1
|/ / /
* | | add new test filesAlon Zakai2015-12-174-0/+432
| | |
* | | generalize relocations and add multiple elements in a global nameAlon Zakai2015-12-177-53/+3990
| | |
* | | support global offsets in store in s2wasmAlon Zakai2015-12-171-1/+1
| | |
* | | accept more things in s2wasmAlon Zakai2015-12-171-1/+8
| | |
* | | support constants global addresses in loads in s2wasmAlon Zakai2015-12-171-3/+23
| | |
* | | fix s2wasm comment output #9Alon Zakai2015-12-1751-51/+51
| | |