Skip to content

Latest commit

 

History

History
 
 

zlib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

zlib (as WebAssembly)

This directory demonstrates how to build the zlib library to a WebAssembly object file. Since dynamic linking is still only a remote thought in the WebAssembly ecosystem, this expects the object file to be statically linked in.

Build

make

This should output a libz.wasm.a file containing all of the necessary compiled objects.