Skip to content
Snippets Groups Projects
  • Sergey Pepyakin's avatar
    Fix wasm build (#102) · 96fb93b0
    Sergey Pepyakin authored
    * 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).
    96fb93b0
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Cargo. Learn more
Cargo.toml 1.09 KiB