Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.
/ wasm-export-table Public archive

Tool that just adds an export of the default table

Notifications You must be signed in to change notification settings

pepyakin/wasm-export-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obsolete

With the latest LLVM branch landed in rustc, this tool is no longer needed. Compile your binary with RUSTFLAGS="-C link-arg=--export-table" to get a binary with the exported default table.

wasm-export-table

A tool that adds an export entry for the default table.

It's already possible for LLD to produce a binary with an exported table. However, this option is available only for LLD 7, while Rust comes only with LLD 6.

You can use this tool in the meantime until Rust gains LLD 7 support.

About

Tool that just adds an export of the default table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages