We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89bee9 commit 81deee2Copy full SHA for 81deee2
rust+wasm/{{project-name}}-wasm/src/lib.rs
@@ -29,6 +29,10 @@ pub fn set_panic_hook() {
29
console_error_panic_hook::set_once();
30
}
31
32
+/// External functions for alerting and logging to the console.
33
+///
34
+/// This block defines the interface to functions that can be called
35
+/// from the WebAssembly module for alterting and debugging purposes.
36
#[wasm_bindgen]
37
extern "C" {
38
// For alerting
0 commit comments