mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
Remove an unneeded comment.
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user