-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: provide the right URL to workers (#234)
* fix: provides the right URL to workers * feat: add the HonoJS example to the project
- Loading branch information
1 parent
2b72b05
commit a7bf26b
Showing
9 changed files
with
1,956 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ examples/*.toml | |
.DS_Store | ||
.wws | ||
**/zig-cache | ||
**/zig-out | ||
**/zig-out | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# JavaScript Hono example | ||
|
||
Run a JavaScript application that uses the [HonoJS framework](https://hono.dev/) in Wasm Workers Server. | ||
|
||
## Prerequisites | ||
|
||
* Wasm Workers Server (wws): | ||
|
||
```shell-session | ||
curl -fsSL https://workers.wasmlabs.dev/install | bash | ||
``` | ||
|
||
## Run | ||
|
||
```shell-session | ||
wws https://github.com/vmware-labs/wasm-workers-server.git -i --git-folder "examples/js-hono/dist" | ||
``` | ||
|
||
## Resources | ||
|
||
* [JavaScript documentation](https://workers.wasmlabs.dev/docs/languages/javascript) |
Oops, something went wrong.