Skip to content

Commit

Permalink
compensate for renaming in bin
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Jul 29, 2022
1 parent bac513b commit 7b1f235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/instantiate.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Handy utility to test whether the given module deserializes,
//! validates and instantiates successfully.
extern crate wasmi;
extern crate soroban_wasmi as wasmi;

use std::{env::args, fs::File};
use wasmi::{
Expand Down

0 comments on commit 7b1f235

Please sign in to comment.