-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Huge Refactor - Use
@runno/wasi-motor
from runtime (#221)
* Fix fd_filestat_get with STDIO for Python compat * Add some standard languages to the website * WIP refactor to use wasi-motor instead of wasmer * Remove dead @wasmer forks * Sort out dependencies * WIP python working locally * Fix playground and clang-fs * Handle termination vs crash errors better * WIP: Various minor fixes to WASI implementation * Improve debugging and fix some more minor bugs * Improve debugging and fix some more minor bugs * Fix up debug data passthrough * Get ruby working with stdout config * Fix passing crash through to host, add some more debugging * Get SQLite and quickjs working * Get QuickJS working - now SQL doesn't? * Improve error handling * Fix filestat difference in unstable vs preview1 * Performance and memory improvements * Performance improvements + fix whence seeking in unstable * Minor fixes * Fix off-by-one error in write, C++ now works yiew * Fix up commands for running C in Runno * Remove dead build commands * Fix errors building * Switch lerna for npm workspaces * Fix up tests * Switch to production URL
- Loading branch information
Showing
134 changed files
with
18,094 additions
and
97,808 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
import { defineElements } from "@runno/runtime"; | ||
|
||
defineElements(); | ||
import "@runno/runtime"; |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
VITE_RUNTIME=http://localhost:1234 | ||
VITE_HOST=http://localhost:4321 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
VITE_RUNTIME=https://runno.run | ||
VITE_HOST=https://runno.dev |
Oops, something went wrong.