Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrraaiigg committed Nov 7, 2024
1 parent d96b9f4 commit 72093b8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deno/bridge.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {serve} from "https://deno.land/std/http/mod.ts"
import {serve} from "https://deno.land/std/http/mod.ts"

// Uncomment the following line for production.
// try {const tether = await import("https://caffeine.js.org/deno/tether.js")}
Expand Down
Binary file modified deno/caffeine
Binary file not shown.
2 changes: 1 addition & 1 deletion deno/caffeine.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ let p = Deno.run({cmd: [
'--allow-write',
'--allow-net',
'--allow-run',
caffeineFolder + '/bridge.ts']})
caffeineFolder + '/bridge.ts']})

await p.status()
2 changes: 1 addition & 1 deletion deno/squeak-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
*/


// Set up an environment for running the SqueakJS VM headlessly in a Web Worker.
Expand Down
2 changes: 1 addition & 1 deletion deno/tether.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,5 @@ caffeine.UUID = class {constructor(tether) {
tether.nextBytePut(this.bytes[i])}}}}

caffeine.classes.set(caffeine.tags.get('tetherTag'), caffeine.Tether)
caffeine.classes.set(caffeine.tags.get('uuidTag'), caffeine.UUID)
caffeine.classes.set(caffeine.tags.get('uuidTag'), caffeine.UUID)

2 changes: 1 addition & 1 deletion deno/vm.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module('users.bert.SqueakJS.vm').requires().toRun(function() {
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
* THE SOFTWARE.
*/

// shorter name for convenience
Expand Down

1 comment on commit 72093b8

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 72093b8 Nov 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/deno/squeak.ts".

Please sign in to comment.