Skip to content

Commit

Permalink
Merge pull request #1428 from itowlson/wasm-builders-we-hardly-knew-ye
Browse files Browse the repository at this point in the history
Remove `wasm.builders` links
  • Loading branch information
itowlson authored Nov 25, 2024
2 parents c9baacd + a0f87a8 commit 502576e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion content/wasm-languages/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ The Wasm binary can be found at `target/javascript-example.wasm`.
Here are some great resources:

- Shopify has created an easy-to-use builder that uses QuickJS. It is called [Javy](https://github.com/Shopify/javy)
- A short article on Wasm.Builders covers [JavaScript, MessagePack, and Javy](https://www.wasm.builders/deepanshu1484/javascript-and-wasi-24k8)
- Bytecode Alliance's [builder for Spidermonkey](https://github.com/bytecodealliance/spidermonkey-wasm-build) provides binary releases
- [QuickJS](https://bellard.org/quickjs/) is a tiny JavaScript runtime that can be compiled to Wasm.
- [Making JavaScript Run Fast on WebAssembly](https://bytecodealliance.org/articles/making-javascript-run-fast-on-webassembly) from Bytecode Alliance explains how SpiderMonkey and Wasm work together.
Expand Down
1 change: 0 additions & 1 deletion content/wasm-languages/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ Joel's video on Spin, Python, and Components (Recorded at WasmCon on Sep 12, 202

Here are some great resources:
- A tutorial for building [Python Wasm apps with Spin](https://dev.to/technosophos/building-a-serverless-webassembly-app-with-spin-5dh9)
- A tutorial doing [AI inferencing with Python and Spin](https://www.wasm.builders/technosophos/serverless-ai-inferencing-with-python-and-wasm-3lkd)
- The [Spin Python SDK](https://github.com/fermyon/spin-python-sdk)
- The [Spin Developer Docs](../spin) fully document the Python SDKs
- [Python Wasm examples](../../hub/index) at Spin Hub
Expand Down

0 comments on commit 502576e

Please sign in to comment.