From fcc7e3a45aeace5ab508f55f977f956aded2c46b Mon Sep 17 00:00:00 2001 From: John Owens Date: Tue, 5 Nov 2024 09:41:06 -0800 Subject: [PATCH] deno runs --- both_webgpu/both_deno.mjs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 both_webgpu/both_deno.mjs diff --git a/both_webgpu/both_deno.mjs b/both_webgpu/both_deno.mjs new file mode 100644 index 0000000..05b787d --- /dev/null +++ b/both_webgpu/both_deno.mjs @@ -0,0 +1,5 @@ +"use strict"; + +import { main } from "./both.mjs"; + +main(navigator);