We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0cea2 commit 455b926Copy full SHA for 455b926
src/wasm/src/mods/memory/mod.rs
@@ -1,6 +1,7 @@
1
extern crate alloc;
2
3
use alloc::vec::Vec;
4
+
5
use wasm_bindgen::prelude::*;
6
7
#[wasm_bindgen]
0 commit comments