aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-11 04:34:21 +0900
committernsfisis <nsfisis@gmail.com>2024-07-11 04:34:30 +0900
commite4324d3d1d3bf3568d4e2f3b80c9cc324d324f83 (patch)
tree7748b24806afb0b33b2be1aa0425af2572cc05df
parent36f1785a554fb0ab8cd5fb14a729d3e6dada5439 (diff)
downloadphp-waddiwasi-e4324d3d1d3bf3568d4e2f3b80c9cc324d324f83.tar.gz
php-waddiwasi-e4324d3d1d3bf3568d4e2f3b80c9cc324d324f83.tar.zst
php-waddiwasi-e4324d3d1d3bf3568d4e2f3b80c9cc324d324f83.zip
chore: rename BUGS.txt to BUGS
-rw-r--r--BUGS (renamed from BUGS.txt)0
-rw-r--r--README.md2
-rw-r--r--TODO2
3 files changed, 2 insertions, 2 deletions
diff --git a/BUGS.txt b/BUGS
index e5d5f63..e5d5f63 100644
--- a/BUGS.txt
+++ b/BUGS
diff --git a/README.md b/README.md
index e7eb706..4c8c9d6 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ $ composer example:rubyvm-on-php-on-wasm
## Known Bugs
-See [BUGS.txt](./BUGS.txt).
+See [BUGS](./BUGS).
diff --git a/TODO b/TODO
index 806c6ef..fdaa145 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
* Support text format (.wat)
* Implement validation
-* Fix known bugs (BUGS.txt)
+* Fix known bugs (BUGS)
* Implement NaN propagation
* Provide sane bindings to PHP
* Write PHPDoc for public APIs