Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Commit

Permalink
Don't remove the main function
Browse files Browse the repository at this point in the history
This is actually significant nowadays!
  • Loading branch information
alexcrichton committed Mar 23, 2018
1 parent dd206b0 commit b0cbe52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wasm-gc-api/src/gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pub fn run(config: &mut Config, module: &mut Module) {
let analysis = {
let mut cx = LiveContext::new(&module);

cx.blacklist.insert("main");
cx.blacklist.insert("__ashldi3");
cx.blacklist.insert("__ashlti3");
cx.blacklist.insert("__ashrdi3");
Expand Down

0 comments on commit b0cbe52

Please sign in to comment.