aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
blob: 80e15c0ca14d08d059bb64d39340ce4f86a9a56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* Support text format (.wat)
* Implement validation
* Fix known bugs (BUGS)
    * We need to implement software-defined f32 in order to support floating-point number operations.
* Implement NaN propagation
* Provide sane bindings to PHP
* Write PHPDoc for public APIs
* Provide high-level APIs

NOTE:

* instance は store を参照する
* runtime は instance と stack を持つ
* extern を単独で持ち回れるか
* extern は store に属する
* linker が必要になるのは instantiate 操作だけ
* linker が store への登録までおこなうのか
* extern は store への参照を持つべきか
* store が extern を生成すべき