You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Currently the guide uses wasm-bindgen everywhere, making it pretty much required. It might be better to explain how the interface with WASM works and link to wasm-bindgen only as convenience. Or at least dedicate 1 or 2 chapters to explain how to write the interface manually.
See e.g. for FFI/iOS or JNI/Java, usually cbindgen/flapigen/etc. is separate from the "core" learning material.