Skip to content

vpython/wmWVPRunner

Repository files navigation

WASM WebVPython Runner

This is a WebVPython Runner that serves the iframe used by the WebVPython application.

You can test this locally with npm:

first:

npm install

then

npm run dev

You'll need to set a value for PUBLIC_TRUSTED_HOST in the .env file, e.g.:

PUBLIC_TRUSTED_HOST="http://localhost:8080"

About

A WASM WebVPython runner. This is a web server that serves the iframe in a WebVPython host application using the Pyodide WASM interpreter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published