Remove an unneeded comment.

This commit is contained in:
Michael Bryan
2023-01-12 21:36:54 +08:00
committed by GitHub
parent a4b5ad74f7
commit 19b2efdc7f

View File

@@ -569,7 +569,6 @@ impl Module {
WebAssembly::Module::custom_sections(&self.module, name)
.iter()
.map(move |(buf_val)| {
// assert!(buf_val.is_instance_of::<ArrayBuffer>());
let typebuf: js_sys::Uint8Array = js_sys::Uint8Array::new(&buf_val);
typebuf.to_vec().into_boxed_slice()
})