wasmi/src
Sergey Pepyakin 483736b1bd
Memory units (#42)
* Initial implementation

* Not use grow as it is makes debug builds very slow

* Use Pages::BYTE_SIZE for LINEAR_MEMORY_PAGE_SIZE

* Tidy docs.

* Use memory_units from git.
2018-02-09 16:45:21 +03:00
..
common Update testsuite (#39) 2018-02-08 17:52:16 +03:00
tests Memory units (#42) 2018-02-09 16:45:21 +03:00
validation Memory units (#42) 2018-02-09 16:45:21 +03:00
func.rs Refine errors (#36) 2018-02-06 14:14:57 +03:00
global.rs Minor fixes in docs (#38) 2018-02-06 23:10:58 +03:00
host.rs Refine errors (#36) 2018-02-06 14:14:57 +03:00
imports.rs Minor fixes in docs (#38) 2018-02-06 23:10:58 +03:00
lib.rs Memory units (#42) 2018-02-09 16:45:21 +03:00
memory.rs Memory units (#42) 2018-02-09 16:45:21 +03:00
module.rs Memory units (#42) 2018-02-09 16:45:21 +03:00
runner.rs Memory units (#42) 2018-02-09 16:45:21 +03:00
table.rs Add docs (#32) 2018-02-01 19:46:33 +03:00
types.rs Minor fixes in docs (#38) 2018-02-06 23:10:58 +03:00
value.rs Minor fixes in docs (#38) 2018-02-06 23:10:58 +03:00