From a0f87a82eff941fd509274ef2907c8fb0dfdd2ed Mon Sep 17 00:00:00 2001 From: itowlson Date: Tue, 26 Nov 2024 08:58:13 +1300 Subject: [PATCH] Remove `wasm.builders` links Signed-off-by: itowlson --- content/wasm-languages/javascript.md | 1 - content/wasm-languages/python.md | 1 - 2 files changed, 2 deletions(-) diff --git a/content/wasm-languages/javascript.md b/content/wasm-languages/javascript.md index 5a2ec72df..f3c5e1d0d 100644 --- a/content/wasm-languages/javascript.md +++ b/content/wasm-languages/javascript.md @@ -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. diff --git a/content/wasm-languages/python.md b/content/wasm-languages/python.md index fd139521f..50f0c3202 100644 --- a/content/wasm-languages/python.md +++ b/content/wasm-languages/python.md @@ -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