Treetop Flyer
WASM version of SWC.RC errors only in debug mode
NOTE: This is a bare bones example just to illustrate the problem: we aren't transpiling anything just getting the wasm to init.
basic setup:
- swc.ts:
- .vscode/launch.json:
steps:
In the CLI run:
It should just run and quit OK with no errors.
Next in the CLI run with a debug flag:
and then attach the debugger (vscode: "Run and debug" the configured debugger ["debug"]).
You should see the console error:
4 replies