Update project name.

This commit is contained in:
Dan Gohman
2018-10-30 12:59:49 -07:00
parent dac2eaa3cb
commit e32144727d
3 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
extern crate wasm_singlepass_experiment;
extern crate lightbeam;
use lightbeam::translate;
use std::fs::File;
use std::io;
use std::io::Read;
use std::path::Path;
use wasm_singlepass_experiment::translate;
fn read_to_end<P: AsRef<Path>>(path: P) -> io::Result<Vec<u8>> {
let mut buffer = Vec::new();