DEV Community

Cover image for We're building an OSS library to embed executable code snippets on your site!
kennethcassel
kennethcassel

Posted on

We're building an OSS library to embed executable code snippets on your site!

Hey y'all!

We're building an open-source tool which makes it easy to include executable code snippets on your site.

Today we support:

  • Python + basic scientific computing stack (numpy, pandas, etc)
  • Typescript
  • Python's w/ Matplotlib

It's called run-wasm, it's free and open-source :)

image

We're on a mission to build the best tools for sharing instructional programming knowledge and run-wasm is just one small step in that mission.

We're leveraging existing WASM based versions of popular languages to execute code on the client.

Today, there are tons of really awesome WASM based languages, but most of them require a lot of configuring to use.

We're building an abstraction over these languages so that people can easily execute code in their projects via a simple api.

If you're looking for something fun to work on for Hacktoberfest, we're going to add a lot of new issues for the month :)

Can't wait to see what people build with it!

Top comments (0)