JS: Add crash reproduction to test case

This commit is contained in:
Asger F
2025-01-09 10:39:30 +01:00
parent bca5f4b74c
commit db98880163

View File

@@ -3,4 +3,6 @@ import { "Foo::new" as Foo_new } from "./foo.wasm"
const foo = Foo_new()
export { Foo_new as "Foo::new" }
export type * as "Foo_types" from './mod'
export type * as "Foo_types" from './mod'
export { "<X>" as "<Y>" } from "somewhere";