Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more escaping | Alon Zakai | 2015-12-21 | 1 | -0/+10 |
| | |||||
* | reformat blacklist for experimental wasts | Alon Zakai | 2015-12-21 | 1 | -1/+6 |
| | |||||
* | Merge pull request #22 from WebAssembly/fix-license-headers | Alon Zakai | 2015-12-21 | 32 | -31/+492 |
|\ | | | | | Fix the license headers | ||||
| * | Fix the license headers | JF Bastien | 2015-12-21 | 32 | -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 ok | Alon Zakai | 2015-12-21 | 1 | -0/+16 |
| | | |||||
* | | Revert "add more debugging to wasm-s-parser" | Alon Zakai | 2015-12-21 | 1 | -3/+1 |
| | | | | | | | | This reverts commit 37ea049f1135bda96e00ed58b25fe9fa462016a6. | ||||
* | | add more debugging to wasm-s-parser | Alon Zakai | 2015-12-21 | 1 | -1/+3 |
| | | |||||
* | | handle return with no value in s-parser | Alon Zakai | 2015-12-21 | 1 | -1/+3 |
| | | |||||
* | | update experimental tests | Alon Zakai | 2015-12-21 | 1 | -0/+0 |
| | | |||||
* | | parse imports early, as they may be at the end | Alon Zakai | 2015-12-21 | 1 | -1/+7 |
|/ | |||||
* | rename post.js as we will have other js components | Alon Zakai | 2015-12-21 | 2 | -1/+1 |
| | |||||
* | Merge pull request #5 from WebAssembly/jfbastien-patch-1 | Alon Zakai | 2015-12-21 | 3 | -4/+209 |
|\ | | | | | License and contributing | ||||
| * | Create Contributing.md | JF Bastien | 2015-11-16 | 1 | -0/+8 |
| | | |||||
| * | Update README.md license | JF Bastien | 2015-11-16 | 1 | -4/+0 |
| | | |||||
| * | Add license file, for consistency with other repos | JF Bastien | 2015-11-16 | 1 | -0/+201 |
| | | |||||
* | | Merge pull request #21 from WebAssembly/gitignore-ninja | Alon Zakai | 2015-12-21 | 1 | -0/+3 |
|\ \ | | | | | | | .gitignore ninja files | ||||
| * | | .gitignore ninja files | JF Bastien | 2015-12-21 | 1 | -0/+3 |
|/ / | | | | | | | They get generated when using cmake -G Ninja. | ||||
* | | look through >>>0 coercions in asm2wasm | Alon Zakai | 2015-12-21 | 5 | -2378/+690 |
| | | |||||
* | | update experimental submodule | Alon Zakai | 2015-12-21 | 1 | -0/+0 |
| | | |||||
* | | ignore .section inside objects in s2wasm, and update .s tests | Alon Zakai | 2015-12-20 | 9 | -363/+255 |
| | | |||||
* | | parse 'weak' in s2wasm | Alon Zakai | 2015-12-20 | 1 | -0/+1 |
| | | |||||
* | | improve joke | Alon Zakai | 2015-12-19 | 1 | -1/+1 |
| | | |||||
* | | more gitignore | Alon Zakai | 2015-12-19 | 1 | -0/+2 |
| | | |||||
* | | optimized builds in cmake | Alon Zakai | 2015-12-19 | 1 | -0/+1 |
| | | |||||
* | | add float args from build.sh to cmake | Alon Zakai | 2015-12-19 | 1 | -0/+1 |
| | | |||||
* | | cmake notes in readme | Alon Zakai | 2015-12-19 | 1 | -0/+1 |
| | | |||||
* | | improve gitignore | Alon Zakai | 2015-12-19 | 1 | -0/+3 |
| | | |||||
* | | specify c++11 in cmake | Alon Zakai | 2015-12-19 | 1 | -0/+2 |
| | | |||||
* | | lower required cmake version so ubuntu 14.04 lts is ok, which should be a ↵ | Alon Zakai | 2015-12-19 | 1 | -1/+1 |
| | | | | | | | | bunch of users | ||||
* | | Merge pull request #15 from waywardmonkeys/cmake | Alon Zakai | 2015-12-19 | 1 | -0/+59 |
|\ \ | | | | | | | Initial start on CMakeLists.txt. | ||||
| * | | Initial start on CMakeLists.txt. | Bruce Mitchener | 2015-12-19 | 1 | -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 #14 | Alon Zakai | 2015-12-19 | 1 | -2/+1 |
|/ / | |||||
* | | be more careful about parsing s-expression comments | Alon Zakai | 2015-12-18 | 1 | -1/+1 |
| | | |||||
* | | remove Label, which was removed from the spec | Alon Zakai | 2015-12-18 | 6 | -72/+19 |
| | | |||||
* | | update upstream tests | Alon Zakai | 2015-12-18 | 2 | -0/+0 |
| | | |||||
* | | update tests | Alon Zakai | 2015-12-18 | 16 | -3719/+51126 |
| | | |||||
* | | fix block label parsing | Alon Zakai | 2015-12-18 | 1 | -0/+4 |
| | | |||||
* | | readme notes on git submodules | Alon Zakai | 2015-12-18 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #11 from TheKK/makeThemWorks | Alon Zakai | 2015-12-18 | 2 | -3/+6 |
|\ \ | | | | | | | Update submodules while running build.sh, and make it runs well | ||||
| * | | Update git submodules while running build.sh | Ying Ruei Liang (KK) | 2015-12-18 | 1 | -1/+4 |
| | | | |||||
| * | | Use https for url to prevent permission problem | Ying Ruei Liang (KK) | 2015-12-18 | 1 | -2/+2 |
| | | | |||||
* | | | readme update | Alon Zakai | 2015-12-18 | 1 | -1/+5 |
| | | | |||||
* | | | Merge pull request #12 from loganchien/fix-readme | Alon Zakai | 2015-12-18 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix typo in readme | ||||
| * | | | fix typo in readme | Logan Chien | 2015-12-18 | 1 | -1/+1 |
|/ / / | |||||
* | | | add new test files | Alon Zakai | 2015-12-17 | 4 | -0/+432 |
| | | | |||||
* | | | generalize relocations and add multiple elements in a global name | Alon Zakai | 2015-12-17 | 7 | -53/+3990 |
| | | | |||||
* | | | support global offsets in store in s2wasm | Alon Zakai | 2015-12-17 | 1 | -1/+1 |
| | | | |||||
* | | | accept more things in s2wasm | Alon Zakai | 2015-12-17 | 1 | -1/+8 |
| | | | |||||
* | | | support constants global addresses in loads in s2wasm | Alon Zakai | 2015-12-17 | 1 | -3/+23 |
| | | | |||||
* | | | fix s2wasm comment output #9 | Alon Zakai | 2015-12-17 | 51 | -51/+51 |
| | | |