Skip to content

Commit

Permalink
Further de-WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
skade committed Nov 15, 2023
1 parent 13cc0af commit 84f5128
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 238 deletions.
17 changes: 0 additions & 17 deletions book/src/on-the-server/compute-at-edge.md

This file was deleted.

1 change: 0 additions & 1 deletion book/src/on-the-server/serverless.md

This file was deleted.

44 changes: 0 additions & 44 deletions book/src/on-the-server/usecases.md

This file was deleted.

27 changes: 0 additions & 27 deletions book/src/on-the-server/wasi.md

This file was deleted.

46 changes: 0 additions & 46 deletions book/src/on-the-web/usecases.md

This file was deleted.

14 changes: 0 additions & 14 deletions book/src/on-the-web/wasm-and-js.md

This file was deleted.

26 changes: 0 additions & 26 deletions book/src/rust-and-wasm.md

This file was deleted.

7 changes: 3 additions & 4 deletions book/src/tutorial/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

In this tutorial you'll get familiar with:

* Building Rust code for the `wasm32-wasi` target
* Running applications on the command-line using `wasmtime`
* Re-using existing crates in a WASM application
* `wasmtime`'s capability-based system
* Building Rust code for your local target
* Running applications on the command-line
* Re-using existing crates in your application

We start with a command-line tool that takes an image and a filter name as input.
It applies the given filter to the image and produces an `output.png`.
38 changes: 0 additions & 38 deletions book/src/wasm-hello-world.md

This file was deleted.

21 changes: 0 additions & 21 deletions book/src/what-is-webassembly.md

This file was deleted.

0 comments on commit 84f5128

Please sign in to comment.