mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-12-17 09:00:44 +01:00
add example crates
This commit is contained in:
@@ -3,11 +3,10 @@
|
||||
[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)
|
||||
- [Examples](./examples.md)
|
||||
|
||||
5
src/examples.md
Normal file
5
src/examples.md
Normal file
@@ -0,0 +1,5 @@
|
||||
There are two example crates, a binary and a library one:
|
||||
- [Example Binary Crate](https://github.com/bytedream/litbwraw/tree/main/example-binary)
|
||||
- [Example Library Crate](https://github.com/bytedream/litbwraw/tree/main/example-library)
|
||||
|
||||
Each directory has a `nodejs.js` file that can be executed with nodejs and runs the compiled code.
|
||||
Reference in New Issue
Block a user