Skip to content

Commit 8936929

Browse files
committed
feat: add js example
1 parent 481c1e3 commit 8936929

11 files changed

Lines changed: 5138 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,5 +479,6 @@ target/
479479

480480
# Build-generated binaries
481481
*.wasm
482+
!src/hyperlight_wasm/examples/js-component/wit/hello-world.wasm
482483
*.aot
483484
*.o
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[env]
2+
WIT_WORLD = { value = "wit/hello-world.wasm", relative = true }
3+
WIT_WORLD_NAME = "hello"

0 commit comments

Comments
 (0)