Skip to content

Commit

Permalink
remove import in bindings_wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
cijiugechu committed Oct 8, 2023
1 parent 7518aa5 commit db01b00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/bindings_wasm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use js_sys::Uint8Array;
use parse_ast::parse_ast;
use wasm_bindgen::prelude::*;
use xxhash;

#[wasm_bindgen]
pub fn parse(code: String, allow_return_outside_function: bool) -> Vec<u8> {
Expand Down

0 comments on commit db01b00

Please sign in to comment.