issues Search Results · repo:CanadaHonk/porffor language:JavaScript
Filter by
157 results
(65 ms)157 results
inCanadaHonk/porffor (press backspace or delete to remove)For this discussion, the soundness of types (ie not guaranteed at runtime only by tsc/etc) does not matter, we presume
the types are good and have been validated by the user before compiling. Please comment ...
A-codegen
help wanted
T-meta
T-performance
CanadaHonk
- 2
- Opened 20 days ago
- #234
When I try to compile this code:
const text = a + b ;
I get:
invalid section code: 13
karaxuna
- 2
- Opened 29 days ago
- #233
Most wasm-engine do not support exception handling. Is there an option to switch exception-handling off?
louisvangeldrop
- 1
- Opened on Mar 25
- #232
Trying to compile this example that uses typescript s function overloading:
class Vector {
foo(x: number): number
foo(x: string): number
foo(x: number | string): number {
return 9
}
}
const ...
A-codegen
T-bug
rametta
- 3
- Opened on Mar 24
- #231
Hello, I ve encountered an uncaught error when trying to compile and run this code.
class Vector {
add() {
return 4
}
}
const foo = new Vector()
Porffor.miniLog(foo.add())
- To compile I m ...
A-codegen
C-ecma262
S-large
T-bug
rametta
- 1
- Opened on Mar 24
- #230
porf native quicksort.js quicksort.exe gives the following errors:
/usr/bin/ld: /tmp/lto-llvm-f8fc0a.o:porffor_tmp.c:(.text.__Porffor_object_setStrict+0x59c): more undefined references to
`__Porffor_printString ...
A-2c
T-bug
louisvangeldrop
- 4
- Opened on Mar 23
- #229
In AssemblyScript there s:
@external( env , wasm_smth )
export declare function smth(): void;
Is this possible with porffor?
A-assembler
A-codegen
S-large
T-feature
karaxuna
- 1
- Opened on Mar 21
- #227
I m trying to compile:
export function main() {
This throws syntax error as expected, but process does not exit: img width= 352 alt= Image src=
https://github.com/user-attachments/assets/5406f347-4b86-4447-bc8d-f56c426cf4ad ...
karaxuna
- Opened on Mar 19
- #226
I m using https://esbuild.github.io/ to bundle several modules into one JS module for
https://github.com/YoWASP/wavedrom. For CommonJS modules, it generates code like:
var __getOwnPropNames = Object.getOwnPropertyNames; ...
A-codegen
T-bug
whitequark
- 1
- Opened on Mar 18
- #225
Hello,
On the website it says:
Fast JS for embedded, game consoles, and more Under the hood, Porffor compiles JS - C - native; anywhere you can use C,
you can now use JS!
And on the github: Compiling ...
2xmos
- 1
- Opened on Mar 12
- #222

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.