Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove wasm.builders links #1428

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading