summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* README.md: Add notes on installing prebuilt packages (#2514)Andrew2024-11-241-0/+16
| | | Add `Installation` section to readme to help the next person ❤️
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-0/+2
| | | | This adds support in the binary/text parsers and writers, the validator and interpreter, and objdump (but not wasm2c).
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-241-1/+1
|
* Rename wasm-opcodecnt to wasm-stats (#2298)Soni L2023-09-191-1/+1
|
* README.md: fix relaxed-simd link (#2230)Michael R. Crusoe2023-05-071-1/+1
| | | The footnote was removed in https://github.com/WebAssembly/wabt/commit/463b54d39fdc86f41875d185a450173cf236f1f9
* wasm2c: update simde submodule to 0.7.4-rc4 and add remaining tests (#2225)Keith Winstein2023-05-041-1/+1
|
* wasm2c: implement the extended const expressions proposal (#2162)Keith Winstein2023-03-081-1/+1
|
* wasm2c: add SIMD support (#2119)Willy R. Vasquez2023-01-291-1/+1
| | | This change incorporates [simd-everywhere](https://github.com/simd-everywhere/simde) into the wasm2c output, which maps wasm SIMD C intrinsics to any supported target architecture.
* wasm2c: Initial implementation of memory64 (#2086)Sam Clegg2023-01-121-1/+1
| | | | | | | Note, there are still some issues here that needs to be resolved, mostly about memory sandboxing (bounds checking). Since this is still experimental I've also added a `--experimental` flag to wasm2c that is required in addition to passing `--enable-memory64`.
* Remove note on bfloat16 dot product instruction (#2115)Marcus Better2023-01-011-1/+1
| | | | The instruction was removed from the Relaxed SIMD spec, so this implementation is now up to date.
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-0/+2
| | | | | | | | This adds support for the new opcodes from the Relaxed SIMD proposal (https://github.com/WebAssembly/relaxed-simd) behind the "--enable-relaxed-simd" flag. The exception is the f32x4.relaxed_dot_bf16x8_add_f32x4 instruction which is not yet implemented.
* wasm2c: implement the reference-types proposal (#1887)Keith Winstein2022-10-031-1/+1
| | | | Restores current versions of all non-SIMD tests in the core testsuite and multi-memory and exception-handling proposals.
* wasm2c: implement the bulk memory operations proposal (#1877)Keith Winstein2022-09-211-1/+1
| | | Co-authored-by: Yuhan Deng <yhdeng@stanford.edu>
* README.md: update MinGW URL (#1965)Keith Winstein2022-08-171-1/+1
| | | Closes #1716
* README.md: change emcc -> emscripten (#1542)Ben Smith2022-08-161-1/+1
| | | The name of the target is `emscripten-release`, for example.
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-141-1/+1
| | | | | (The imports.txt and exports.txt tests require multi-table and are disabled until reference types is supported.)
* Change description of calling wat2wasm without -o flag (#1943)Mark Irish2022-07-081-1/+1
|
* Mark extended-const as implemented. NFC (#1919)Sam Clegg2022-05-101-1/+1
|
* Format table in README.md. NFC (#1918)Sam Clegg2022-05-101-15/+15
|
* Update memory64 status in README (#1917)Sam Clegg2022-05-101-1/+1
|
* README.md: add wasm2c column to Supported Proposals table (#1905)Keith Winstein2022-04-201-17/+18
|
* Add `extended-const` repo link to fix table entry (#1898)Misha Brukman2022-04-141-0/+1
| | | | Add Markdown link to https://github.com/WebAssembly/extended-const to resolve currently-broken reference in the table above.
* Corrected a mispelled word in README.md file (#1880)Ngumih Fien2022-04-041-1/+1
| | | | Edited a word in line 311 from "undefine" to "undefined" This resolves #1879
* Initial implementation of extended-const proposal. (#1824)Sam Clegg2022-02-151-0/+1
| | | | | | | | | | The primary changes here are to the interpreter and how it handles initializer expressions. With this change we model these are normal function that we run during module initialization. I imagine we could optimize this further by creating one long function and encoding the `global.set`/`memory.init`/`table.init` into the function itself, but this change seems like a good first step to make the current tests pass.
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-0/+2
|
* Enable reference types by default (#1729)Sam Clegg2021-10-131-1/+1
| | | | | | | | | This features was finished earlier this year: https://github.com/WebAssembly/proposals/blob/master/finished-proposals.md One thing to note is that the version of the spec tests we currently have in third_party/testsuite doesn't have ref types merged yet so this change disables ref types when running some of those tests. This can be removed in a followup when we update the testsuite.
* Enable bulk memory by default (#1728)Sam Clegg2021-10-131-1/+1
| | | | | | | | | | | This features was finished earlier this year: https://github.com/WebAssembly/proposals/blob/master/finished-proposals.md One thing to note is that the version of the spec tests we currently have in third_party/testsuite doesn't have bulk memory merged yet so this change disables bulk memory when running some of those tests. This will be removed in a followup when we update the testsuite. Fixes: #1717
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-201-1/+1
| | | | | * SIMD is now phase 5, enable it by default * Update test flags, rebase test, and docs
* Add submodule init to README (#1677)Bailey Hayes2021-06-171-0/+1
| | | Add submodule init before CMake commands. gtest and others will fail when running cmake without this.
* Use ninja cmake generator by default (#1146)Sam Clegg2021-04-041-10/+13
| | | | | I'm tempted to followup by removing the "Unix Makefile" support completely from the top level Makefile (users who really prefer that can still run cmake directly of course).
* Remove mentions of running travis scripts in README (#1634)Ng Zhi An2021-03-121-10/+1
|
* Update README.md to include default-on proposals (#1515)Ben Smith2020-08-101-15/+16
| | | | | Some proposals are enabled by default now, so the README should reflect that. Also, the flag was flipped to disable (rather than enable), so change that here too. See issue #1513.
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-0/+2
|
* Add tools to use LLVM's libFuzzer (#1507)Ben Smith2020-08-031-2/+22
| | | | This is useful for reproducing bugs found by oss-fuzz (see https://bugs.chromium.org/p/oss-fuzz/issues/list?q=wabt)
* Update build status badges (#1433)Sam Clegg2020-05-181-1/+0
|
* Add documentation for wast2json (#1383)Ben Smith2020-04-071-5/+5
| | | This primarily is documentation for the JSON format produced.
* wasm-decompile: documentation. (#1295)Wouter van Oortmerssen2020-01-091-17/+36
| | | | Added a language description, a man page, and some links in the general readme.
* Several fixes for reference types (#1278)Heejin Ahn2020-01-081-1/+1
| | | | | | | - Allow `ref.func` for global initialization expressions - Allow `nullref` as a full-fledged type, after WebAssembly/reference-types#66 - Enable reference types when exnref is used (The reference types proposal is a prerequisite of the EH proposal)
* Add github actions badge to README.md (#1251)Sam Clegg2019-11-251-0/+1
|
* Update supported features table (#1164)Sergey Rubanov2019-09-251-3/+3
| | | Closes #1154
* Add "supported proposals" section to README.md (#1083)Ben Smith2019-05-171-0/+35
|
* Fix install prefix in README (#1082)Bill Ticehurst2019-05-161-2/+6
|
* Update build instructions to include buildingBen Smith2019-04-111-1/+1
| | | The basic instructions describe using `cmake ..` to generate the project files, but don't mention running `make`, etc.
* Rewrite the lexer manually, instead of re2c (#1058)Ben Smith2019-04-031-10/+6
| | | | | The current lexer uses re2c. It easy to change, but it generates a huge amount of code, and it's easy to forgot to update it. This PR rewrites the lexer manually, and uses gperf instead to match keywords. The generated source is much smaller.
* Update README.md (#1017)Donough Liu2019-02-161-1/+1
|
* Clarify build instructions in README.md (#997)Ben Smith2019-01-211-18/+25
| | | See issue #992.
* Add link to generated man pages in README.md (#983)Ben Smith2018-12-171-6/+11
|
* Add note about building using Makefile (#952)Ben Smith2018-11-061-0/+6
| | | Apparently some systems have trouble building using the `Makefile`, but can build using CMake directly (see #951, #822, and others). This will at least give some clues about how to work around the bug.
* Use appveyor status badge that is up-to-dateBen Smith2018-10-171-1/+1
|
* Use gh-pages instead of rawgit for demo (#925)Ben Smith2018-10-111-5/+5
| | | Fixes #924.