Skip to content

Streaming webassembly student project

Josh Matthews edited this page Sep 24, 2018 · 1 revision

Implement support for streaming WebAssembly APIs

Background information: Major browsers support the new WebAssembly scripts that can improve performance for complex web applications. Servo supports basic all-at-once WebAssembly compilation (such as the Tanks! demo), but does not yet support the streaming compilation APIs that can improve load times for large scripts. The goal of this project is to support these APIs and demonstrate working pages that use them.

Tracking issue: https://github.com/servo/servo/issues/21476 (please ask questions here)

Initial steps:

  • email the mozilla.dev.servo mailing list (be sure to subscribe to it first!) introducing your group and asking any necessary questions

Subsequent steps: *

Clone this wiki locally