feat: init frontend
This commit is contained in:
5
frontend/src-tauri/src/hello.wat
Normal file
5
frontend/src-tauri/src/hello.wat
Normal file
@@ -0,0 +1,5 @@
|
||||
(module
|
||||
(func (export "answer") (result i32)
|
||||
i32.const 42
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user