Open gotcha opened 1 year ago
Hi, rust/wasm newbie here.
In lib.rs, I find the following:
lib.rs
pub extern "C" fn allocate_request(size: usize) -> *mut u8 {
Could you have used wasm-bindgen ? If yes, is there a reason why you did not ?
wasm-bindgen
Hi, rust/wasm newbie here.
In
lib.rs
, I find the following:Could you have used
wasm-bindgen
? If yes, is there a reason why you did not ?