mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-13 05:48:45 +00:00
Update lib/js-api/src/cell.rs
This commit is contained in:
@@ -75,7 +75,7 @@ impl<'a, T> WasmCell<'a, T> {
|
||||
///
|
||||
/// ```
|
||||
/// use std::cell::Cell;
|
||||
/// use wasmer::WasmCell;
|
||||
/// use wasmer_js::WasmCell;
|
||||
///
|
||||
/// let cell = Cell::new(5);
|
||||
/// let wasm_cell = WasmCell::new(&cell);
|
||||
|
||||
Reference in New Issue
Block a user