-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit bdff436162943f7665b645c4716e29a994855806 Author: mtso <[email protected]> Date: Sat Aug 14 17:24:33 2021 -0700 Change module resolution commit 95f2189c649ffe170f8eb5f59ea2586ab1325aeb Author: mtso <[email protected]> Date: Fri Aug 13 10:28:38 2021 -0700 Improve builtins commit ed8cdacc56b9490eebfb600398313a0de4b0f568 Author: mtso <[email protected]> Date: Thu Aug 12 21:26:25 2021 -0700 Update tail-call opt and improve builtins for wasm loading
- Loading branch information
Showing
41 changed files
with
576 additions
and
10,756 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env bash | ||
|
||
script_dir=$(dirname "$0") | ||
deno run --quiet --allow-all --unstable ${script_dir}/../obi.ts $@ |
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
Oops, something went wrong.