Skip to content

Commit

Permalink
document incremental compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Dec 10, 2023
1 parent 65e039c commit e960772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Working towards [WebAssembly as the Elusive Universal Binary](https://kripken.gi
- Streaming/single-pass compilation, low memory usage
- Separate compilation into multiple files
- Parallel compilation
- Assist with incremental compilation: Separate static and dynamic functions by comparing with another module
- Support for multiple modules and instances
- Support for generating debug information:
- Function names, if function names are provided in the [`names` custom section](https://webassembly.github.io/spec/core/appendix/custom.html#function-names)
Expand Down

0 comments on commit e960772

Please sign in to comment.