Files
Kmake/test/fixtures/es-modules/export-name-syntax-error.wat
2026-05-26 23:36:42 -07:00

7 lines
215 B
Plaintext

;; Compiled using the WebAssembly Binary Toolkit (https://github.com/WebAssembly/wabt)
;; $ wat2wasm export-name-syntax-error.wat
(module
(global $0 i32 (i32.const 12682))
(export "?f!o:o<b>a[r]" (global $0)))