| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* Provide AddImport/AddExport for each element in the C-API
|
|
|
| |
For even better debugging support.
|
|
|
|
|
| |
Add IR, wast and binary support for atomic loads and stores.
Currently all IR generated by means other than parsing wast and binary files always generates non-atomic accesses, and optimizations have not yet been made aware of atomics, so they are certainly not ready to be used yet.
|
|
|
|
|
|
|
| |
Use Fatal() rather than stdout or report callImport error
Without this the write to stdout can be lost (Since the following line
aborts)
|
|
|
|
| |
Currently it ignores this information. Also it allows parse files with -asm-verbose=true.
|
| |
|
| |
|
|
|