Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Align Readme with the new naming (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
baluchicken committed Sep 27, 2023
1 parent 4032b2e commit ddb78aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wasm-kernel-module-cli
# Nasp

This repository contains a CLI and samples for [wasm-kernel-module](https://github.com/cisco-open/wasm-kernel-module), which is a kernel module that
This repository contains a CLI and samples for [nasp-kernel-module](https://github.com/cisco-open/nasp-kernel-module), which is a kernel module that
runs and exposes a [Wasm](https://webassembly.org) runtime as a proof of concept for checking:
- Wasm is capable of running the kernel space
- running code in kernel space in almost all languages compiled to Wasm
Expand All @@ -20,11 +20,11 @@ Current restrictions for kernel-space wasm3:

## Development environment

Our primary development environment is [Lima](https://lima-vm.io) since it supports x86_64 and ARM as well. Follow the instructions for [wasm-kernel-module](https://github.com/cisco-open/wasm-kernel-module) for setting up the development environment.
Our primary development environment is [Lima](https://lima-vm.io) since it supports x86_64 and ARM as well. Follow the instructions for [nasp-kernel-module](https://github.com/cisco-open/nasp-kernel-module) for setting up the development environment.

## CLI

The Wasm kernel module comes with a user space [CLI](./cli/) written in Go. The kernel module exposes a character device: `/dev/wasm`, which can be used to interact with the module through the CLI. One usually runs this CLI on the Linux host itself.
The Nasp kernel module comes with a user space [CLI](./cli/) written in Go. The kernel module exposes a character device: `/dev/wasm`, which can be used to interact with the module through the CLI. One usually runs this CLI on the Linux host itself.

### Build

Expand Down

0 comments on commit ddb78aa

Please sign in to comment.