Renames test file

This commit is contained in:
Sid Shankar
2024-09-11 00:28:44 +00:00
parent aa787a9cb1
commit 785af12f1c

View File

@@ -0,0 +1,5 @@
import { "Foo::new" as Foo_new } from "./foo.wasm"
const foo = Foo_new()
export { Foo_new as "Foo::new" }