Update to recent WasmBoundary abi changes

This commit is contained in:
Alex Crichton
2018-04-02 09:58:27 -07:00
parent 188d368583
commit 03433a0ef6
2 changed files with 13 additions and 6 deletions

View File

@ -94,10 +94,10 @@ impl JsValue {
}
}
#[doc(hidden)]
pub unsafe fn __from_idx(idx: u32) -> JsValue {
JsValue { idx }
}
// #[doc(hidden)]
// pub unsafe fn __from_idx(idx: u32) -> JsValue {
// JsValue { idx }
// }
//
// #[doc(hidden)]
// pub fn __get_idx(&self) -> u32 {