initial commit

This commit is contained in:
2023-12-17 20:17:55 +01:00
commit 96adaf3211
19 changed files with 1067 additions and 0 deletions

13
src/SUMMARY.md Normal file
View File

@ -0,0 +1,13 @@
# Summary
[Introduction](./introduction.md)
- [Setup](./setup.md)
- [Tutorial](tutorial/introduction.md)
- [Creating a project](tutorial/creating-a-project.md)
- [Adding wasm logic](tutorial/adding-wasm-logic.md)
- [Compiling](tutorial/compiling.md)
- [Calling from Javascript](tutorial/calling-from-javascript.md)
- [Testing](./testing.md)