Nguyen Duy

Results 8 comments of Nguyen Duy

Seems your HMR doesn't work correctly 😅 Look around this web ext plugin: https://github.com/samrum/vite-plugin-web-extension They just emit HTML pages into ext file during dev server starts. This works as normal...

In theory, LLVM/Clang's C compiler can compile those examples fine, so there is no problem to compile them in Emscripten. But I'm not sure about they can run correctly, in...

Did you get compilation errors in this header?

> no compilation errors , just show not support ``` cc: error "This OS is not supported!" cc: error "This architecture is not supported!" ``` If you got errors of...

> VirtualProtect this function I can not find This is a win32 API, in Emscripten you should use **mprotect**() instead. > PAGE_SHIFT undefine This value usually is 12, you can...

These errors related to CPU arch and function ABI, also wasm code when Emscripten compiles. I'll test them soon. Leave your system information here, about CPU, OS, web browser name...

Use `@twind/preset-tailwind` with [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) and an empty `tailwind.config.ts`.