Sergey Pepyakin 521a1abf89 Fix wasm build (#102)
* Reserve pages for heap at initialization time

Since it is freshly allocated memory it won't collide with stack, data or whatever else.

* Compile all wasm files with LTO.

Modules compiled without LTO contain undesired imports and outright invalid (e.g. type mismatches inside the wasm).
2018-03-21 15:44:14 +08:00
2018-03-21 15:44:14 +08:00
S
Description
No description provided
529 MiB
Languages
Rust 99.8%
Shell 0.2%