richardanaya / wasm-service

HTMX, WebAssembly, Rust, ServiceWorkers
MIT License
696 stars 31 forks source link

Question: wasm-bindgen #9

Open gotcha opened 1 year ago

gotcha commented 1 year ago

Hi, rust/wasm newbie here.

In lib.rs, I find the following:

   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 ?